Skip to content

Commit 0134494

Browse files
authored
format fix
1 parent 4c0b8f1 commit 0134494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export function loadEnv(env: env, fromWorkerEnv: boolean): env {
5858
: process.env.CRON_JOBS_PUBLIC_KEY || "",
5959
IDENTITY_SERVICE_PUBLIC_KEY: fromWorkerEnv
6060
? env.IDENTITY_SERVICE_PUBLIC_KEY
61-
: process.env.IDENTITY_SERVICE_PUBLIC_KEY || ""
61+
: process.env.IDENTITY_SERVICE_PUBLIC_KEY || "",
6262
};
6363
return Env;
6464
}

0 commit comments

Comments
 (0)