Skip to content

Commit

Permalink
Fix get_organization snippet from Livebook
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraBeatris committed Dec 17, 2023
1 parent 0bf9094 commit a697d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workos_elixir.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Kino.nothing()

```elixir
{:ok, %WorkOS.Organizations.Organization{id: id}} =
WorkOS.SSO.get_organization(client, Kino.Input.read(organization_id))
WorkOS.Organizations.get_organization(client, Kino.Input.read(organization_id))
```

#### Create an Organization
Expand Down

0 comments on commit a697d93

Please sign in to comment.