mirror of
https://github.com/nasa/openmct.git
synced 2025-06-22 09:08:43 +00:00
[Docs] ElasticSearch is not Couch
This commit is contained in:
@ -109,7 +109,7 @@ define(
|
||||
return this.$q.reject(error);
|
||||
};
|
||||
|
||||
// Get a domain object model out of CouchDB's response
|
||||
// Get a domain object model out of ElasticSearch's response
|
||||
function getModel(response) {
|
||||
if (response && response[SRC]) {
|
||||
this.revs[response[ID]] = response[REV];
|
||||
|
Reference in New Issue
Block a user