Skip to content

Commit

Permalink
fix: invoke function
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Oct 8, 2023
1 parent 30778dd commit 2c80be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
'use strict'

const { parseUrl, isMediaUrl } = require('@metascraper/helpers')
const timeSpan = require('@kikobeats/time-span')()
const debug = require('debug-logfmt')('html-get')
const timeSpan = require('@kikobeats/time-span')
const PCancelable = require('p-cancelable')
const { AbortError } = require('p-retry')
const htmlEncode = require('html-encode')
Expand Down

0 comments on commit 2c80be4

Please sign in to comment.