Skip to content

Commit 8e50857

Browse files
committed
Fix lint issues
1 parent 75b885a commit 8e50857

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/storage-construct/src/auth_role_resolver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export type AuthRoles = {
44
authenticatedRole?: IRole;
55
unauthenticatedRole?: IRole;
66
groupRoles?: Record<string, IRole>;
7-
}
7+
};
88

99
/**
1010
* Resolves IAM roles from auth construct

packages/storage-construct/src/storage_access_orchestrator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export type StorageAccessDefinition = {
1010
role: IRole;
1111
actions: StorageAction[];
1212
idSubstitution: string;
13-
}
13+
};
1414

1515
/**
1616
* Orchestrates the process of converting storage access rules into IAM policies

0 commit comments

Comments
 (0)