fix: unresolvable runtime config

This commit is contained in:
Robert Soriano
2022-05-23 11:24:07 -07:00
parent eea5733dcd
commit 2cfa64fcc6
3 changed files with 11 additions and 11 deletions

View File

@@ -42,8 +42,8 @@ export async function createContext(event: CompatibilityEvent) {
// Will be available as `ctx` in all your resolvers
// This is just an example of something you'd might want to do in your ctx fn
// const x = useCookies(event)
console.log('Headers', event.req.headers)
const x = useCookies(event)
console.log(x)
return {