We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ed580 commit 21980b0Copy full SHA for 21980b0
packages/wallet/backend/src/grant/service.ts
@@ -81,7 +81,7 @@ export class GrantService implements IGrantService {
81
}
82
} else {
83
args.filter = args.filter ?? {}
84
- args.filter = { identifier: { in: identifiers } }
+ args.filter.identifier = { in: identifiers }
85
86
87
const grants = await this.rafikiAuthService.listGrantsWithPagination(args)
0 commit comments