Skip to content

Commit

Permalink
Remove stray unused FetchSession member
Browse files Browse the repository at this point in the history
Added in 7511d5e – presumably it was a precursor to the
getFetchOptions() method that I missed cleaning up before committing.
  • Loading branch information
lucaswerkmeister committed Sep 6, 2024
1 parent a1056dc commit af2b9a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fetch.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ class FetchSession extends Session {

constructor( apiUrl, defaultParams = {}, defaultOptions = {} ) {
super( apiUrl, defaultParams, defaultOptions );
this.fetchOptions = {};
}

/**
Expand Down

0 comments on commit af2b9a2

Please sign in to comment.