Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Apr 10, 2024
1 parent 25b1439 commit 8d9b9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gateway/graph/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func main() {
}
defer (func() { _ = tp.Shutdown(ctx) })()

carFetcher, err := gateway.NewRemoteCarFetcher([]string{*gatewayUrlPtr}, nil)
carFetcher, err := gateway.NewRemoteCarFetcher([]string{*gatewayUrlPtr})
if err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit 8d9b9e2

Please sign in to comment.