Skip to content

Commit cb21742

Browse files
committed
fix import
1 parent f443901 commit cb21742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/routes/iam.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import {
3737
import {
3838
AUTH_DECISION_CACHE_SECONDS,
3939
getGroupRoles,
40-
} from "api/functions/authorization.js";
40+
} from "../functions/authorization.js";
4141

4242
const dynamoClient = new DynamoDBClient({
4343
region: genericConfig.AwsRegion,

0 commit comments

Comments
 (0)