Skip to content

Commit

Permalink
dsad
Browse files Browse the repository at this point in the history
  • Loading branch information
Zajaczkowskim committed Sep 29, 2024
1 parent 569cb97 commit 513f922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parent_app/src/app/api/upload/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export async function POST(req: NextRequest) {
await submissions.insertOne({
buffer,
submittedAt: new Date(),
weight: 'baton weight hardcoded',
weight: '49',
face: 0,
});

Expand Down

0 comments on commit 513f922

Please # to comment.