mongo data grid works

This commit is contained in:
Jan Prochazka
2021-04-02 19:54:09 +02:00
parent 55cc51d24a
commit 18860c823d
5 changed files with 45 additions and 30 deletions

View File

@@ -96,7 +96,7 @@ module.exports = {
async collectionData({ conid, database, options }) {
const opened = await this.ensureOpened(conid, database);
const res = await this.sendRequest(opened, { msgtype: 'collectionData', options });
return res;
return res.result;
},
status_meta: 'get',