You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now API end points like bounties/[id]/claim simply do an edit with all the claim data passed in as a claim schema. All this should be behind the API, with just the bounty ID, the claiming user, and the submission notes passed in and all the logic should be behind the API.
Same with mark as paid.
The text was updated successfully, but these errors were encountered:
Right now API end points like bounties/[id]/claim simply do an edit with all the claim data passed in as a claim schema. All this should be behind the API, with just the bounty ID, the claiming user, and the submission notes passed in and all the logic should be behind the API.
Same with mark as paid.
The text was updated successfully, but these errors were encountered: