Update crontab.js

pull/231/head
chelid 2023-02-15 13:16:21 +02:00 committed by GitHub
parent c4485bed1e
commit 5a889ca4b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
/*jshint esversion: 6*/
//load database
var Datastore = require('nedb');
var Datastore = require('@seald-io/nedb');
var path = require("path");
exports.db_folder = process.env.CRON_DB_PATH === undefined ? path.join(__dirname, "crontabs") : process.env.CRON_DB_PATH;