This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 08e27066c524edfac08c5f4395aad64a358402d0 Author: Brendan Le Ny <bleny@codelutin.com> Date: Mon Oct 21 14:46:45 2019 +0200 Fix "resolve" instead of "reject" in f01fcc0c53748358392ffdb658c659746d1846a2 --- pollen-ui-riot-js/src/main/web/js/Session.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollen-ui-riot-js/src/main/web/js/Session.js b/pollen-ui-riot-js/src/main/web/js/Session.js index ec5b8a95..27d4ae4d 100644 --- a/pollen-ui-riot-js/src/main/web/js/Session.js +++ b/pollen-ui-riot-js/src/main/web/js/Session.js @@ -122,7 +122,7 @@ class Session { bus.trigger("userNoMoreConnected"); }); } else { - this.userPromise = Promise.resolve("user not connected"); + this.userPromise = Promise.reject("user not connected"); } } -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.