update docs task orca ag

This commit is contained in:
2025-05-06 22:37:54 -03:00
parent bec7eb294c
commit 1d336e157f
3 changed files with 3 additions and 2 deletions

View File

@ -16,7 +16,7 @@ def fetch_submission(swarmBountyId):
submission = (
db.query(Submission)
.filter(
Submission.swarmBountyId == int(swarmBountyId),
Submission.swarmBountyId == swarmBountyId,
)
.first()
)