fix: handleSwitchTo
Some checks failed
Deploy WordPress and Nuxt / deploy (push) Failing after 1m49s

This commit is contained in:
2025-09-18 11:54:22 -04:00
parent 4e9ad82d96
commit 0e8dd8f01e
2 changed files with 3 additions and 2 deletions

View File

@@ -32,6 +32,7 @@ export default defineGraphqlServerOptions({
return { headers: { ...headers, Authorization: `Bearer ${session.secure.authToken}` } };
},
// @ts-expect-error https://github.com/dulnan/nuxt-graphql-middleware/issues/69
async onServerResponse(event, response, _operation, operationName) {
switch (operationName) {
case "login":