Skip to content

Commit 8a0393c

Browse files
akash1810Copilot
andcommitted
refactor: Use consistent fallback for GU_APP
Other places in the repository fallback to "rendering". Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent e680748 commit 8a0393c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dotcom-rendering/src/server/lib/header-middleware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const getTargetGroupHeaderValue = () => {
1111
return 'dev';
1212
};
1313

14-
const backendApp = process.env.GU_APP ?? 'dev';
14+
const backendApp = process.env.GU_APP ?? 'rendering';
1515
const targetGroup = getTargetGroupHeaderValue();
1616

1717
/**

0 commit comments

Comments
 (0)