Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
devksingh4 committed Jan 22, 2025
1 parent f443901 commit cb21742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/routes/iam.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit cb21742

Please sign in to comment.