mirror of
https://github.com/nasa/openmct.git
synced 2025-06-22 09:08:43 +00:00
[Build] Remove unused variables
...to satisfy JSHint
This commit is contained in:
@ -157,7 +157,7 @@ define(
|
||||
.then(checkUpdate);
|
||||
};
|
||||
|
||||
ElasticPersistenceProvider.prototype.deleteObject = function (space, key, value) {
|
||||
ElasticPersistenceProvider.prototype.deleteObject = function (space, key) {
|
||||
return this.del(key).then(bind(this.checkResponse, this));
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user