From db675cc0d7c65932654b63cc304eec98a87bf89c Mon Sep 17 00:00:00 2001 From: vmidyllic <74898029+vmidyllic@users.noreply.github.com> Date: Fri, 15 Dec 2023 16:07:20 +0200 Subject: [PATCH] fix --- pubsignals/authV2.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubsignals/authV2.go b/pubsignals/authV2.go index 693a498..40cfd95 100644 --- a/pubsignals/authV2.go +++ b/pubsignals/authV2.go @@ -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") }