mirror of
https://github.com/iptv-org/epg
synced 2026-05-10 11:27:00 -04:00
reinstate certain deps & modify configs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const dayjs = require('dayjs')
|
||||
const utc = require('dayjs/plugin/utc')
|
||||
const doFetch = require('@ntlab/sfetch')
|
||||
const doFetch = require('../../scripts/core/multifetch')
|
||||
const uniqBy = require('lodash.uniqby')
|
||||
|
||||
dayjs.extend(utc)
|
||||
|
||||
Reference in New Issue
Block a user