We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 658f600 commit 7d62627Copy full SHA for 7d62627
apps/web/graphql/pages/helpers.ts
@@ -163,6 +163,9 @@ export async function getPageResponse(
163
// );
164
// }
165
166
+// TODO: Figure out a better way to update ctx.subdomain.sharedWidgets
167
+// currently this function is getting called multiple times as the version 0
168
+// of the subdomain is not getting replaces in ctx
169
export async function initSharedWidgets(ctx: GQLContext) {
170
let subdomainChanged = false;
171
if (!ctx.subdomain.sharedWidgets.header) {
0 commit comments