From 193a76ec8d0040457ece5e90df23f32cf449cfb6 Mon Sep 17 00:00:00 2001 From: David Maisonave <47364845+David-Maisonave@users.noreply.github.com> Date: Sun, 29 Dec 2024 04:56:47 -0500 Subject: [PATCH] Update file.html --- plugins/DupFileManager/file.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/DupFileManager/file.html b/plugins/DupFileManager/file.html index 2799ce5..92cae41 100644 --- a/plugins/DupFileManager/file.html +++ b/plugins/DupFileManager/file.html @@ -75,7 +75,7 @@ class PluginDupFileManager extends StashPlugin{ GetFile(Mode = "getReport") { var results = this.RunPluginOperation({ "Target" : this.PageNo, "mode":Mode}); if (this.IS_DOCKER){ - GqlRoot = this.GraphQl_URL.replace("/graphql", ""); + const GqlRoot = this.GraphQl_URL.replace("/graphql", ""); results = results.replaceAll("http://127.0.0.1:9999", GqlRoot); } const strResults = JSON.stringify(results);