Commit 28acc2fcc2c75d49038954edf4a39fea885e8678
Exists in
master
Merge branch 'master' into 'master'
Master(efernandez) See merge request !7
Showing
1 changed file
Show diff stats
index.js
| 1 | 1 | const WebSocketClient = require('ws'); |
| 2 | 2 | const config = require('./config/config.json'); |
| 3 | 3 | const data = require('./data/index')(config.bo); |
| 4 | -module.exports = knex = requre('knex')(config.bo); | |
| 4 | +module.exports = knex = require('knex')(config.bo); | |
| 5 | 5 | |
| 6 | 6 | const client = new WebSocketClient(config.urlHO); |
| 7 | 7 |