Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make expiration times consistent
  • Loading branch information
regalijan committed Nov 23, 2023
1 parent e5b446a commit fd13a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/api/data-transfers/create.ts
Expand Up @@ -60,7 +60,7 @@ export async function onRequestPost(context: RequestContext) {
oldUser: authedUser,
}),
{
expirationTtl: 900,
expirationTtl: 3600,
},
);

Expand Down

0 comments on commit fd13a0b

Please sign in to comment.