From 6f3e59e72e96ca5b7304871fdb7192638e104f40 Mon Sep 17 00:00:00 2001 From: Emily Date: Sat, 25 Jan 2025 15:31:50 +0100 Subject: [PATCH] fix path --- scripts/dashboard/shared.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dashboard/shared.js b/scripts/dashboard/shared.js index 5188dd4..938fd9c 100644 --- a/scripts/dashboard/shared.js +++ b/scripts/dashboard/shared.js @@ -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();