From e2d6e3547933057fccbe9434a24d9ceac2b72a32 Mon Sep 17 00:00:00 2001 From: frederic wagner Date: Sun, 6 Nov 2022 06:12:27 +0100 Subject: [PATCH] typo --- apps/gipy_uploader/custom.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/gipy_uploader/custom.html b/apps/gipy_uploader/custom.html index 69c0a6a84..e8b9f4b77 100644 --- a/apps/gipy_uploader/custom.html +++ b/apps/gipy_uploader/custom.html @@ -44,7 +44,7 @@ sendCustomizedApp({ storage:[ - {name:gpc_filename, content:gpc_file)}, + {name:gpc_filename, content:gpc_file}, ] }); });