Skip to content

Commit

Permalink
fix: remove unused dependency causing errors (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xy2002 authored Oct 3, 2023
1 parent 8c79109 commit 879d336
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utils.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
const fetch = require('node-fetch')

const asArray = (value) => value instanceof Array ? value : [value]
exports.asArray = asArray

Expand Down

0 comments on commit 879d336

Please sign in to comment.