try to fix apollo leak

This commit is contained in:
k00b 2024-10-10 16:03:21 -05:00
parent d6d4f01b45
commit ce2d7e5791
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,8 @@ export default async function getSSRApolloClient ({ req, res, me = null }) {
}
}
})
await client.clearStore()
return client
}