mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 15:58:38 +01:00
fix path
This commit is contained in:
@@ -3,7 +3,7 @@ const fs = require('fs');
|
||||
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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user