diff --git a/backend/src/server.ts b/backend/src/server.ts index b5c588ccc..a76735147 100644 --- a/backend/src/server.ts +++ b/backend/src/server.ts @@ -58,7 +58,7 @@ export const context = async (options) => { } } -const createServer = (options) => { +const createServer = (options?) => { const defaults = { context, schema: middleware(schema),