Skip to content

Commit 54baedd

Browse files
committed
fix: rebase
1 parent 7832bfc commit 54baedd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/openapi-code-generator/src/typescript/typescript-nextjs/typescript-nextjs.generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ export class ServerRouterBuilder implements ICompilable {
246246
(bodyParamsType === "void" || bodyParamIsRequired
247247
? ""
248248
: " | undefined")
249-
}>,
249+
}, void>,
250250
respond: ${titleCase(operation.operationId)}Responder,
251251
ctx: {request: NextRequest}
252252
) => Promise<KoaRuntimeResponse<unknown>>`,

0 commit comments

Comments
 (0)