Fixed code styling
This commit is contained in:
parent
f3eb7cc5b6
commit
aa507565c4
@ -6,7 +6,6 @@
|
||||
* Alerts
|
||||
*/
|
||||
class Alerts { // eslint-disable-line no-unused-vars
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
*
|
||||
@ -107,5 +106,4 @@ class Alerts { // eslint-disable-line no-unused-vars
|
||||
}, 500)
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -122,8 +122,6 @@ module.exports = {
|
||||
}
|
||||
|
||||
winston.info('[SERVER.Local] Data and Repository directories are OK.')
|
||||
|
||||
return
|
||||
},
|
||||
|
||||
/**
|
||||
|
@ -22,7 +22,7 @@ module.exports = function (siOptions) {
|
||||
siUtil.close = function (callback) {
|
||||
siOptions.indexes.close(function (err) {
|
||||
while (!siOptions.indexes.isClosed()) {
|
||||
//log not always working here- investigate
|
||||
// log not always working here- investigate
|
||||
if (siOptions.log) siOptions.log.info('closing...')
|
||||
}
|
||||
if (siOptions.indexes.isClosed()) {
|
||||
|
@ -101,7 +101,6 @@ module.exports = {
|
||||
if (_.isArray(arrFiles) || _.isPlainObject(arrFiles)) {
|
||||
// this._uploadsDb.Files.insert(arrFiles);
|
||||
}
|
||||
return
|
||||
},
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user