Skip to content

Commit a4c3266

Browse files
committed
Method is not nullable
1 parent 93eb85e commit a4c3266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/seam/connect/seam-http-request.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export class SeamHttpRequest<
6262
}
6363

6464
public get method(): Method {
65-
return this.#config.method ?? 'get'
65+
return this.#config.method
6666
}
6767

6868
public get body(): TBody {

0 commit comments

Comments
 (0)