Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vikhyat187 committed Oct 29, 2024
1 parent 2bc33d0 commit a9f8156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/awsAccess.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export async function processAWSAccessRequest(
awsGroupId: string,
env: env,
channelId: number
) : Promise<void> {
): Promise<void> {
const authToken = await jwt.sign(
{ name: "Cloudflare Worker", exp: Math.floor(Date.now() / 1000) + 2 },
env.BOT_PRIVATE_KEY,
Expand Down

0 comments on commit a9f8156

Please sign in to comment.