fix: Fixed autobackup feature.
This commit is contained in:
parent
1a992b7b4e
commit
c5e41f2228
@ -5,7 +5,7 @@ import multer from 'multer';
|
||||
import path from 'path';
|
||||
import fs from 'fs';
|
||||
import { authenticate, adminOnly } from '../middleware/auth';
|
||||
import scheduler from '../scheduler';
|
||||
import * as scheduler from '../scheduler';
|
||||
import { db, closeDb, reinitialize } from '../db/database';
|
||||
|
||||
const router = express.Router();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user