Skip to content

Commit

Permalink
chore: synchronize workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jun 7, 2024
1 parent d372c41 commit 1dbf0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion persistence/sql/persister_consent.go
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 1dbf0cf

Please sign in to comment.