Skip to content

Commit

Permalink
Remove obsolete comment (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp authored Jul 14, 2023
1 parent c407c81 commit eab01fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bot-handle-comment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ export const handleTipRequest = async (
}
})();

// TODO actually check for problems with submitting the tip. Maybe even query storage to ensure the tip is there.
if (tipResult.success) {
return {
type: "success",
Expand Down

0 comments on commit eab01fd

Please sign in to comment.