lint: Correct linting errors

This commit is contained in:
Blade Barringer
2016-01-16 19:13:33 -06:00
parent 91ffe5c402
commit 87d4c68bea
5 changed files with 43 additions and 43 deletions

View File

@@ -8,7 +8,6 @@ import {
isEmpty,
set,
} from 'lodash';
import { MongoClient as mongo } from 'mongodb';
class ApiObject {
constructor (options) {
@@ -22,7 +21,7 @@ class ApiObject {
await updateDocumentInMongo(this._docType, this, options);
_updateLocalParameters (this, options);
_updateLocalParameters(this, options);
return this;
}