We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc33d0 commit a9f8156Copy full SHA for a9f8156
src/utils/awsAccess.ts
@@ -9,7 +9,7 @@ export async function processAWSAccessRequest(
9
awsGroupId: string,
10
env: env,
11
channelId: number
12
-) : Promise<void> {
+): Promise<void> {
13
const authToken = await jwt.sign(
14
{ name: "Cloudflare Worker", exp: Math.floor(Date.now() / 1000) + 2 },
15
env.BOT_PRIVATE_KEY,
0 commit comments