fix: remove unused variables
This commit is contained in:
parent
fbf8933680
commit
b6f567097e
1 changed files with 0 additions and 5 deletions
|
|
@ -1,13 +1,8 @@
|
|||
const _ = require('lodash/fp')
|
||||
|
||||
const db = require('../db')
|
||||
const state = require('./state')
|
||||
const newSettingsLoader = require('../new-settings-loader')
|
||||
const helpers = require('../route-helpers')
|
||||
const logger = require('../logger')
|
||||
|
||||
let LATEST_MACHINE_CONFIG_VERSION
|
||||
|
||||
db.connect({ direct: true }).then(sco => {
|
||||
sco.client.on('notification', data => {
|
||||
const parsedData = JSON.parse(data.payload)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue