Skip to content

Commit 5a69663

Browse files
add debugging
1 parent 678adf6 commit 5a69663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const getAppConfig = cache(async (headers: Headers): Promise<AppConfig> =
3939
});
4040

4141
const remoteConfig: SandboxConfig = await response.json();
42-
const config: AppConfig = { sandboxId, ...APP_CONFIG_DEFAULTS };
42+
const config: AppConfig = { ...APP_CONFIG_DEFAULTS, sandboxId };
4343

4444
for (const [key, entry] of Object.entries(remoteConfig)) {
4545
if (entry === null) continue;

0 commit comments

Comments
 (0)