Skip to content

Commit 48619e1

Browse files
committed
fix: rebase
1 parent 31a03ee commit 48619e1

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
@@ -244,7 +244,7 @@ export class ServerRouterBuilder implements ICompilable {
244244
(bodyParamsType === "void" || bodyParamIsRequired
245245
? ""
246246
: " | undefined")
247-
}>,
247+
}, void>,
248248
respond: ${titleCase(operation.operationId)}Responder,
249249
ctx: {request: NextRequest}
250250
) => Promise<KoaRuntimeResponse<unknown>>`,

0 commit comments

Comments
 (0)