mirror of
https://github.com/iptv-org/epg
synced 2026-04-28 13:37:01 -04:00
use splitted lodash modules for better efficiency
This commit is contained in:
@@ -3,7 +3,7 @@ const dayjs = require('dayjs')
|
||||
const utc = require('dayjs/plugin/utc')
|
||||
const doFetch = require('@ntlab/sfetch')
|
||||
const debug = require('debug')('site:sky.com')
|
||||
const { sortBy } = require('../../scripts/functions')
|
||||
const sortBy = require('lodash.sortby')
|
||||
|
||||
dayjs.extend(utc)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user