Skip to content

Commit

Permalink
fix: Resolve orb validation error
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFaucherre committed Aug 10, 2023
1 parent 3a00db3 commit b71d765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/orb/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func NewClient(config *settings.Config) (Client, error) {

clientVersion, err := detectClientVersion(gql)
if err != nil {
return nil, err
return &v1Client{gql}, nil
}

switch clientVersion {
Expand Down

0 comments on commit b71d765

Please sign in to comment.