Skip to content

Commit 2748daf

Browse files
committed
fix style
1 parent ca2a6b9 commit 2748daf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/plugins/auth.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ import {
1717
const CONFIG_SECRET_NAME = "infra-events-api-config" as const;
1818
const AzureRoleMapping: Record<RunEnvironment, Record<string, AppRoles[]>> = {
1919
prod: {
20-
"AutonomousWriters": [AppRoles.MANAGER]
20+
AutonomousWriters: [AppRoles.MANAGER],
2121
},
2222
dev: {
23-
"AutonomousWriters": [AppRoles.MANAGER]
23+
AutonomousWriters: [AppRoles.MANAGER],
2424
},
25-
}
25+
};
2626

2727
const GroupRoleMapping: Record<RunEnvironment, Record<string, AppRoles[]>> = {
2828
prod: {

0 commit comments

Comments
 (0)