This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new fd92fbf  this cannot be a constant, boo
fd92fbf is described below

commit fd92fbf10e76b52d66cc65a3c504192ef622cf95
Author: Daniel Gruno <[email protected]>
AuthorDate: Wed Nov 17 18:43:54 2021 +0100

    this cannot be a constant, boo
---
 webui/js/source/init.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webui/js/source/init.js b/webui/js/source/init.js
index 68060da..346c3f9 100644
--- a/webui/js/source/init.js
+++ b/webui/js/source/init.js
@@ -17,7 +17,7 @@
 
 const PONYMAIL_VERSION = "1.0.1-Foal" // Current version of Pony Mail
 
-const apiURL = ''; // external API URL. Usually left blank.
+let apiURL = ''; // external API URL. Usually left blank.
 
 // Stuff regarding what we're doing right now
 let current_json = {};

Reply via email to