Skip to content

Commit 79bd29c

Browse files
fix lint
1 parent c4ae950 commit 79bd29c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/start-server-core/src/createStartHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export function createStartHandler<TRegister = Register>(
147147
defaultSsr: startOptions.defaultSsr,
148148
serializationAdapters: [
149149
...(startOptions.serializationAdapters || []),
150-
...(router.options?.serializationAdapters || []),
150+
...(router.options.serializationAdapters || []),
151151
],
152152
},
153153
basepath: ROUTER_BASEPATH,

0 commit comments

Comments
 (0)