Commit 638c20886329705347f7103aac5eaae03e31202a
1 parent
f48d284076
Exists in
master
requre require2
Showing
1 changed file
with
1 additions
and
1 deletions
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 |