Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-paliychuk committed Oct 18, 2024
1 parent 2034e3d commit 23ef5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/user_graph.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func main() {
fmt.Printf("%+v\n", episodeResult.Episodes)

if len(episodeResult.Episodes) > 0 {
episode, err := client.Graph.Episode.Get(ctx, episodeResult.Episodes[0].UUID)
episode, err := client.Graph.Episode.Get(ctx, *episodeResult.Episodes[0].UUID)
if err != nil {
fmt.Printf("Error getting episode: %v\n", err)
return
Expand Down

0 comments on commit 23ef5ca

Please sign in to comment.