mirror of
https://github.com/nasa/openmct.git
synced 2025-04-15 06:56:43 +00:00
[Code Style] Fix error in persistence
Fix typo in persistence provider for ElasticSearch related to refactoring to use prototypes, WTD-1482.
This commit is contained in:
parent
86f0a9100f
commit
f6cf4c3215
@ -69,7 +69,7 @@ define(
|
||||
// Issue a request using $http; get back the plain JS object
|
||||
// from the expected JSON response
|
||||
ElasticPersistenceProvider.prototype.request = function (subpath, method, value, params) {
|
||||
return this.http({
|
||||
return this.$http({
|
||||
method: method,
|
||||
url: this.root + '/' + this.path + '/' + subpath,
|
||||
params: params,
|
||||
|
Loading…
x
Reference in New Issue
Block a user