pass compatility event to createContext

This commit is contained in:
Robert Soriano
2022-05-18 00:09:10 -07:00
parent 5d8d49c345
commit 9a8816ce7f
2 changed files with 7 additions and 7 deletions

View File

@@ -43,7 +43,7 @@ export const router = trpc
})
// optional
export const createContext = () => {
export const createContext = (event: CompatibilityEvent) => {
// ...
return {
/** context data */