File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import {
1111 genericConfig ,
1212 SecretConfig ,
1313} from "../common/config.js" ;
14- import * as dotenv from "dotenv" ;
1514import { STSClient , GetCallerIdentityCommand } from "@aws-sdk/client-sts" ;
1615import NodeCache from "node-cache" ;
1716import { DynamoDBClient } from "@aws-sdk/client-dynamodb" ;
@@ -69,8 +68,6 @@ export const instanceId = randomUUID();
6968const __filename = fileURLToPath ( import . meta. url ) ;
7069const __dirname = path . dirname ( __filename ) ;
7170
72- dotenv . config ( ) ;
73-
7471const now = ( ) => Date . now ( ) ;
7572const isRunningInLambda =
7673 process . env . LAMBDA_TASK_ROOT || process . env . AWS_LAMBDA_FUNCTION_NAME ;
Original file line number Diff line number Diff line change 3939 "aws-crt" : " ^1.27.3" ,
4040 "base64-arraybuffer" : " ^1.0.2" ,
4141 "discord.js" : " ^14.19.1" ,
42- "dotenv" : " ^17.2.1" ,
4342 "esbuild" : " ^0.25.3" ,
4443 "fastify" : " ^5.3.2" ,
4544 "fastify-ip" : " ^2.0.0" ,
7473 "pino-pretty" : " ^13.1.1" ,
7574 "yaml" : " ^2.8.0"
7675 }
77- }
76+ }
You can’t perform that action at this time.
0 commit comments