mirror of
https://github.com/immich-app/immich.git
synced 2025-01-21 03:02:44 +01:00
fix missed prettier formatting
This commit is contained in:
parent
7a23c58be2
commit
0cc559bc9f
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ async function bootstrap() {
|
||||||
app.enableCors();
|
app.enableCors();
|
||||||
} else if (process.env.ALLOW_CORS_ORIGIN) {
|
} else if (process.env.ALLOW_CORS_ORIGIN) {
|
||||||
app.enableCors({
|
app.enableCors({
|
||||||
origin: process.env.ALLOW_CORS_ORIGIN
|
origin: process.env.ALLOW_CORS_ORIGIN,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue