Skip to content

Commit

Permalink
FIX #777
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinovega committed Dec 4, 2024
1 parent b3b5e59 commit d595489
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions daikoku/app/jobs/OtoroshiVerifierJob.scala
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ class OtoroshiVerifierJob(
.findOneNotDeleted(
Json.obj(
"_id" -> subscription.api.value,
"state" -> ApiState.publishedJsonFilter
// "state" -> ApiState.publishedJsonFilter
)
),
sendErrorNotification(
Expand Down Expand Up @@ -804,7 +804,7 @@ class OtoroshiVerifierJob(
.findOneNotDeleted(
Json.obj(
"_id" -> subscription.api.value,
"state" -> ApiState.publishedJsonFilter
// "state" -> ApiState.publishedJsonFilter
)
),
sendErrorNotification(
Expand Down Expand Up @@ -965,7 +965,7 @@ class OtoroshiVerifierJob(
.findOneNotDeleted(
Json.obj(
"_id" -> subscription.api.value,
"state" -> ApiState.publishedJsonFilter
// "state" -> ApiState.publishedJsonFilter
)
),
sendErrorNotification(
Expand Down

0 comments on commit d595489

Please sign in to comment.