We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f443901 commit cb21742Copy full SHA for cb21742
src/api/routes/iam.ts
@@ -37,7 +37,7 @@ import {
37
import {
38
AUTH_DECISION_CACHE_SECONDS,
39
getGroupRoles,
40
-} from "api/functions/authorization.js";
+} from "../functions/authorization.js";
41
42
const dynamoClient = new DynamoDBClient({
43
region: genericConfig.AwsRegion,
0 commit comments