Skip to content

Commit 07dfee4

Browse files
committed
fix lint
1 parent 7e655cc commit 07dfee4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/config.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ const environmentConfig: EnvironmentConfigType = {
3535
"0": [AppRoles.MANAGER], // Dummy Group for development only
3636
},
3737
AzureRoleMapping: { AutonomousWriters: [AppRoles.MANAGER] },
38-
ValidCorsOrigins: ["http://localhost:3000", /^(?:.*\.)?acmuiuc\.pages\.dev$/],
38+
ValidCorsOrigins: [
39+
"http://localhost:3000",
40+
/^(?:.*\.)?acmuiuc\.pages\.dev$/,
41+
],
3942
AadValidClientId: "39c28870-94e4-47ee-b4fb-affe0bf96c9f",
4043
},
4144
prod: {

0 commit comments

Comments
 (0)