Skip to content

Commit

Permalink
Fix get_profile Livebook snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraBeatris committed Dec 19, 2023
1 parent 28dc4f5 commit 69a3a4d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions workos_elixir.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@ Kino.nothing()

```elixir
{:ok, %WorkOS.SSO.Profile{id: id}} =
WorkOS.SSO.get_profile(client, %{
access_token: Kino.Input.read(access_token)
})
WorkOS.SSO.get_profile(client, Kino.Input.read(access_token))
```

#### Get a Connection
Expand Down

0 comments on commit 69a3a4d

Please sign in to comment.