Update update-api.js

This commit is contained in:
Aleksandr Statciuk
2022-01-22 00:13:08 +03:00
parent ee8580488d
commit 93931a87ed

View File

@@ -71,7 +71,6 @@ async function loadPrograms() {
}
})
logger.info('Sort programs...')
programs = _.sortBy(programs, ['channel', 'site', 'start'])
return programs