mirror of
https://github.com/iptv-org/epg
synced 2026-04-29 22:16:59 -04:00
use splitted lodash modules for better efficiency
This commit is contained in:
@@ -5,7 +5,7 @@ const cheerio = require('cheerio')
|
||||
const utc = require('dayjs/plugin/utc')
|
||||
const timezone = require('dayjs/plugin/timezone')
|
||||
const customParseFormat = require('dayjs/plugin/customParseFormat')
|
||||
const { startCase } = require('../../scripts/functions')
|
||||
const startCase = require('lodash.startcase')
|
||||
|
||||
dayjs.extend(utc)
|
||||
dayjs.extend(timezone)
|
||||
|
||||
Reference in New Issue
Block a user