Merge branch 'master' into release

This commit is contained in:
Jay 2018-08-25 21:04:36 +08:00
commit 5b730c2347
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ const runCheckPage = async function (t) {
new cron.CronJob({ //eslint-disable-line
cronTime: '*/20 * * * * *',
onTick: async () => {
console.log('check twitch channel')
let db = await DB.connect()
let text = `select "id" from "public"."twitch_channel"`