From 280e955927fbf385b8a6c3e4e1ac2e88ff1f11b8 Mon Sep 17 00:00:00 2001 From: Shiv Bhonde Date: Thu, 29 Feb 2024 19:30:22 +0530 Subject: [PATCH] update todo comment --- packages/nextjs/app/api/grants/submit/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nextjs/app/api/grants/submit/route.ts b/packages/nextjs/app/api/grants/submit/route.ts index 88a10e3..93670ac 100644 --- a/packages/nextjs/app/api/grants/submit/route.ts +++ b/packages/nextjs/app/api/grants/submit/route.ts @@ -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 {