Forgot to add os as import.

This commit is contained in:
Fillerino 2017-09-26 19:09:23 +02:00
parent 58ca2ebc23
commit b55d9b5619

View file

@ -13,6 +13,7 @@ import appRoot from 'app-root-path';
import fs from 'fs';
import fileExists from 'file-exists';
import PropertiesReader from 'properties-reader';
import os from 'os';
const loggerStream = winstonStream(winston, 'info');
const eclient = new elasticsearch.Client({