From cb2174218617d0953fc5850b447cf7b45ceb10c6 Mon Sep 17 00:00:00 2001 From: Dev Singh Date: Wed, 22 Jan 2025 14:47:08 -0600 Subject: [PATCH] fix import --- src/api/routes/iam.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/routes/iam.ts b/src/api/routes/iam.ts index 7989d64..9a99caf 100644 --- a/src/api/routes/iam.ts +++ b/src/api/routes/iam.ts @@ -37,7 +37,7 @@ import { import { AUTH_DECISION_CACHE_SECONDS, getGroupRoles, -} from "api/functions/authorization.js"; +} from "../functions/authorization.js"; const dynamoClient = new DynamoDBClient({ region: genericConfig.AwsRegion,