Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav Gusain committed Dec 3, 2021
1 parent 7217958 commit 4ca51c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/services/transaction_log_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def get_failed_ivr_transaction_log(self):
)
.filter(
models.IvrCallbackTransactionLog.attempts
<= app.config["MAX_RETRY_ATTEMPTS_FOR_LOGS"]
< app.config["MAX_RETRY_ATTEMPTS_FOR_LOGS"]
)
.order_by(models.IvrCallbackTransactionLog.id)
.limit(app.config["RETRY_LOGS_BATCH_LIMIT"])
Expand Down

0 comments on commit 4ca51c2

Please sign in to comment.