Add geckodriver include.
This commit is contained in:
parent
6b5c8c5567
commit
f6e387d402
1 changed files with 2 additions and 0 deletions
2
index.js
2
index.js
|
@ -9,6 +9,8 @@ const config = require('./config/config');
|
|||
const q = require('q');
|
||||
const fetch = require('node-fetch');
|
||||
|
||||
require('geckodriver');
|
||||
|
||||
const isProduction = process.argv[2] == '--production';
|
||||
|
||||
const getNewTournament = () => {
|
||||
|
|
Loading…
Add table
Reference in a new issue