mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 07:56:01 +00:00
SYNC: fix BE
This commit is contained in:
committed by
Diflow
parent
9230a2ab73
commit
e97c7ed32e
@@ -186,7 +186,7 @@ const driver = {
|
||||
// saveScriptToDatabase({ conid: connection._id, database: name }, `db.createCollection('${newCollection}')`);
|
||||
},
|
||||
async stream(dbhan, sql, options) {
|
||||
if (isProApp) {
|
||||
if (isProApp()) {
|
||||
const { NodeDriverServiceProvider } = require('@mongosh/service-provider-node-driver');
|
||||
const { ElectronRuntime } = require('@mongosh/browser-runtime-electron');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user