1
0
Fork 0
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:
Connery Noble 2023-01-15 01:28:46 -08:00
parent 7a23c58be2
commit 0cc559bc9f

View file

@ -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,
});
}