mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-25 10:20:16 -06:00
SEARCH-155
Index real-time data. - removed the array for the message
This commit is contained in:
parent
652a3389f3
commit
f1122c35d3
@ -160,7 +160,7 @@ class Search {
|
||||
return new Error('Library not initialized');
|
||||
}
|
||||
|
||||
let result = libSymphonySearch.symSEIndexRealTime(this.realTimeIndex, [ message ]);
|
||||
let result = libSymphonySearch.symSEIndexRealTime(this.realTimeIndex, message);
|
||||
return result === 0 ? "Successful" : result
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user