There was an error while loading. Please reload this page.
1 parent c02de97 commit 116c7fdCopy full SHA for 116c7fd
src/common/iServer/KnowledgeGraphService.js
@@ -43,7 +43,7 @@ export class KnowledgeGraphService extends CommonServiceBase {
43
query(params, callback) {
44
const paramKey = 'cypherQuery';
45
const url = Util.urlAppend(this.url + '/query.json', `${paramKey}=${params}`);
46
- this.processAsync({ url, params, method: 'GET', callback });
+ this.processAsync({ url, method: 'GET', callback });
47
}
48
49
// /**
0 commit comments