Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFaucherre committed May 10, 2023
1 parent 9a40927 commit cb3e001
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -541,8 +541,6 @@ func OrbQuery(cl *graphql.Client, configPath string, ownerId string) (*ConfigRes
func makeOrbRequest(cl *graphql.Client, configContent string, ownerId string) (*graphql.Request, error) {
handlesOwner := orbQueryHandleOwnerId(cl)

fmt.Printf("handlesOwner = %+v\n", handlesOwner)

if handlesOwner {
query := `
query ValidateOrb ($config: String!, $owner: UUID) {
Expand Down

0 comments on commit cb3e001

Please sign in to comment.