Skip to content

Commit 31b4482

Browse files
Remove unneeded no-op constructor from fetch.js
1 parent cec3d6c commit 31b4482

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

fetch.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ async function transformResponse( response ) {
1717

1818
class FetchSession extends Session {
1919

20-
constructor( apiUrl, defaultParams = {}, defaultOptions = {} ) {
21-
super( apiUrl, defaultParams, defaultOptions );
22-
}
23-
2420
/**
2521
* Get the fetch() options for this request.
2622
*

0 commit comments

Comments
 (0)