mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 07:48:37 +01:00
fix path
This commit is contained in:
@@ -3,7 +3,7 @@ const fs = require('fs');
|
|||||||
const { SharedHelper } = require('../shared-helper.js');
|
const { SharedHelper } = require('../shared-helper.js');
|
||||||
|
|
||||||
|
|
||||||
const helper = new SharedHelper(path.join(__dirname, '../../dashboard'))
|
const helper = new SharedHelper(path.join(__dirname, '../../dashboard/shared'))
|
||||||
|
|
||||||
helper.clear();
|
helper.clear();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user