Skip to content

Commit a9f8156

Browse files
committed
lint fix
1 parent 2bc33d0 commit a9f8156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/awsAccess.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export async function processAWSAccessRequest(
99
awsGroupId: string,
1010
env: env,
1111
channelId: number
12-
) : Promise<void> {
12+
): Promise<void> {
1313
const authToken = await jwt.sign(
1414
{ name: "Cloudflare Worker", exp: Math.floor(Date.now() / 1000) + 2 },
1515
env.BOT_PRIVATE_KEY,

0 commit comments

Comments
 (0)