Skip to content

Commit

Permalink
🎨 Remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel LOUISY-GABRIEL authored and elbywan committed Dec 30, 2017
1 parent 09b0dc1 commit 7883219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wretcher.ts
Expand Up @@ -29,7 +29,7 @@ export class Wretcher {
* @param mixin If true, mixes in instead of replacing the existing options
*/
defaults(opts: RequestInit, mixin = false) {
conf.defaults = mixin ? conf.defaults = mix(conf.defaults, opts) : opts
conf.defaults = mixin ? mix(conf.defaults, opts) : opts
return this
}

Expand Down

0 comments on commit 7883219

Please sign in to comment.