Skip to content

Commit

Permalink
fix: use default constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jun 9, 2019
1 parent 4804c27 commit ee75e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const MicrolinkError = require('whoops')('MicrolinkError')
const { default: ky } = require('ky-universal')
const { encode: stringify } = require('qss')
const isUrlHttp = require('is-url-http')
const ky = require('ky-universal')
const flatten = require('flat')

const factory = require('./factory')
Expand Down

0 comments on commit ee75e1c

Please sign in to comment.