Skip to content

Commit fdd42d1

Browse files
committed
fix code style
1 parent ac3a8ce commit fdd42d1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/config.ts

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

0 commit comments

Comments
 (0)