Skip to content

Commit

Permalink
Merge pull request #2379 from Infisical/fix/client-secret-patch
Browse files Browse the repository at this point in the history
Update identity-ua-client-secret-dal.ts
  • Loading branch information
maidul98 authored Sep 5, 2024
2 parents 5382f3d + 656d979 commit ebc584d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const identityUaClientSecretDALFactory = (db: TDbClient) => {
})
.orWhere((qb) => {
void qb
.where("clientSecretNumUses", ">", 0)
.where("clientSecretNumUsesLimit", ">", 0)
.andWhere(
"clientSecretNumUses",
">=",
Expand Down

0 comments on commit ebc584d

Please sign in to comment.