File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import { AssumeRoleCommand } from "@aws-sdk/client-sts";
22import { STSClient } from "@aws-sdk/client-sts" ;
33import { genericConfig } from "common/config.js" ;
44import { InternalServerError } from "common/errors/index.js" ;
5- import { duration } from "moment" ;
65
76export async function getRoleCredentials (
87 roleArn : string ,
Original file line number Diff line number Diff line change 11/* eslint import/no-nodejs-modules: ["error", {"allow": ["crypto"]}] */
22import { randomUUID } from "crypto" ;
3- import fastify , { FastifyInstance , FastifyRequest } from "fastify" ;
3+ import fastify , { FastifyInstance } from "fastify" ;
44import FastifyAuthProvider from "@fastify/auth" ;
55import fastifyAuthPlugin from "./plugins/auth.js" ;
66import protectedRoute from "./routes/protected.js" ;
@@ -24,7 +24,6 @@ import { SecretsManagerClient } from "@aws-sdk/client-secrets-manager";
2424import mobileWalletRoute from "./routes/mobileWallet.js" ;
2525import stripeRoutes from "./routes/stripe.js" ;
2626import membershipPlugin from "./routes/membership.js" ;
27- import rateLimiterPlugin from "./plugins/rateLimiter.js" ;
2827
2928dotenv . config ( ) ;
3029
You can’t perform that action at this time.
0 commit comments