From 1dbf0cfa6000ff662c9bd15eafd23524d65ef669 Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Fri, 7 Jun 2024 12:05:58 +0200 Subject: [PATCH] chore: synchronize workspaces --- persistence/sql/persister_consent.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/persistence/sql/persister_consent.go b/persistence/sql/persister_consent.go index 84c97ac38ed..416ba9a4d82 100644 --- a/persistence/sql/persister_consent.go +++ b/persistence/sql/persister_consent.go @@ -59,7 +59,7 @@ func (p *Persister) revokeConsentSession(whereStmt string, whereArgs ...interfac nid := p.NetworkID(ctx) for _, f := range fs { ids = append(ids, f.ConsentChallengeID.String()) - stringIDs = append(ids, f.ConsentChallengeID.String()) + stringIDs = append(stringIDs, f.ConsentChallengeID.String()) } if err := p.QueryWithNetwork(ctx).