Skip to content

Commit

Permalink
update todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 committed Feb 29, 2024
1 parent 132d539 commit 280e955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/app/api/grants/submit/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type ReqBody = {
signature?: `0x${string}`;
};

// TODO: Maybe we could fetch build from firebase and check if its really present,
// TODO: Maybe we could fetch submmited build on BG app from firebase and check if its really present,
// also check that build was actually submitted by the same builder
export async function POST(req: Request) {
try {
Expand Down

0 comments on commit 280e955

Please sign in to comment.