Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Await the coconut token put
  • Loading branch information
regalijan committed Mar 26, 2024
1 parent 1205d98 commit a521baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/api/reports/complete.ts
Expand Up @@ -77,7 +77,7 @@ export async function onRequestPost(context: RequestContext) {
},
method: "POST",
}),
context.env.DATA.put(`coconutjob_${attachment}`, token, {
await context.env.DATA.put(`coconutjob_${attachment}`, token, {
expirationTtl: 600,
}),
);
Expand Down

0 comments on commit a521baf

Please sign in to comment.