mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 05:07:22 +01:00
lint: Correct linting errors
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user