We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93eb85e commit a4c3266Copy full SHA for a4c3266
src/lib/seam/connect/seam-http-request.ts
@@ -62,7 +62,7 @@ export class SeamHttpRequest<
62
}
63
64
public get method(): Method {
65
- return this.#config.method ?? 'get'
+ return this.#config.method
66
67
68
public get body(): TBody {
0 commit comments