Skip to content

Commit

Permalink
Add new TODO check
Browse files Browse the repository at this point in the history
  • Loading branch information
ffakenz committed May 11, 2024
1 parent b268a99 commit 0431649
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/bounty/api/register_issue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ pub fn register_issue_impl(
};
// TODO: Check contributor it's registered and github_issue_id exists on github
// TODO check the issue is still open!
// TODO check the contributor gave allowance >= amount to the canister!
state
.github_issues
.insert(github_issue_id.clone(), github_issue);
Expand Down

0 comments on commit 0431649

Please sign in to comment.