Skip to content

Commit 052d257

Browse files
committed
fix: fix typing issue
1 parent 93802e0 commit 052d257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/core/nextjs/sendRequest.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const sendRequest = async (
22
config: OpenAPIConfig,
3-
options: ApiRequestOptions,
3+
options: ApiRequestOptions<ClientOptions>,
44
url: string,
55
body: any,
66
formData: FormData | undefined,

0 commit comments

Comments
 (0)