mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 05:36:00 +00:00
mongo data grid works
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user