Skip to content

Commit

Permalink
fix: 未require schdule套件
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinlinlee committed Feb 8, 2021
1 parent 617306e commit 27ed648
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/NTUNHS/checkSignOffLessTake.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const getPort = require('get-port');
let config = require('./config');
const fs = require('fs');
const cheerio = require('cheerio');
const schedule = require('node-schedule');

async function main () {
let opt = new chrome.Options();
Expand Down

0 comments on commit 27ed648

Please sign in to comment.