Skip to content

Commit

Permalink
Merge branch 'main' into score-calc-totals
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePotatoArchivist committed Mar 21, 2024
2 parents e5f48dc + 3357c32 commit abb779c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion server/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ app.post('/data/pit', async(req,res) => {
...body,
photo: Buffer.from(dataUriToBuffer(body.photo).buffer),
});
const aPitApp = await PitApp.save();
// const aPitApp =

await PitApp.save();

console.log(`Pit data recieved for ${body.teamNumber}`);

Expand Down

0 comments on commit abb779c

Please sign in to comment.