Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vmidyllic committed Dec 15, 2023
1 parent 41daf9f commit db675cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubsignals/authV2.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func (c *AuthV2) VerifyQuery(
_ Query,
_ ld.DocumentLoader,
_ json.RawMessage,

_ map[string]interface{},
_ ...VerifyOpt) error {
return errors.New("authV2 circuit doesn't support queries")
}
Expand Down

0 comments on commit db675cc

Please sign in to comment.