mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00: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();
|
||||
} else if (process.env.ALLOW_CORS_ORIGIN) {
|
||||
app.enableCors({
|
||||
origin: process.env.ALLOW_CORS_ORIGIN
|
||||
origin: process.env.ALLOW_CORS_ORIGIN,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue