Skip to content

Commit

Permalink
Update OtoroshiVerifierJob.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinovega authored Feb 13, 2025
1 parent a82be90 commit 9cf60df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daikoku/app/jobs/OtoroshiVerifierJob.scala
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ class OtoroshiVerifierJob(
),
restrictions = ApiKeyRestrictions(
enabled =
apikey1.restrictions.enabled && apikey2.restrictions.enabled,
apikey1.restrictions.enabled || apikey2.restrictions.enabled,
allowLast =
apikey1.restrictions.allowLast || apikey2.restrictions.allowLast,
allowed =
Expand Down

0 comments on commit 9cf60df

Please sign in to comment.