further optimalization of frontend plugins

This commit is contained in:
Jan Prochazka
2021-05-20 07:42:25 +02:00
parent 42e573a3ae
commit 0200c7c78b
10 changed files with 23 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
const { driverBase } = require('dbgate-tools');
const driverBase = require('dbgate-tools/lib/driverBase');
const Dumper = require('./Dumper');
const mongoIdRegex = /^[0-9a-f]{24}$/;