1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-02-19 19:29:28 +00:00

Replaced hasMongoDump with hasMongoShell

This commit is contained in:
Romein van Buren 2024-06-25 10:47:03 +02:00
parent 132df17ff7
commit ca5cdc203a
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@
let editor; let editor;
async function runScript() { async function runScript() {
if (!$environment.hasMongoDump) { if (!$environment.hasMongoShell) {
return; return;
} }