From 2acc2ffc307c10a9c6dceda7d680bc7e8b6d8138 Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Mon, 13 Jul 2026 16:07:19 -0600 Subject: remove redundant functions --- lisp/webapps/bogenherr/clojurescript/bogenherr/src/core.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp') diff --git a/lisp/webapps/bogenherr/clojurescript/bogenherr/src/core.cljs b/lisp/webapps/bogenherr/clojurescript/bogenherr/src/core.cljs index 53c7a95..a791967 100644 --- a/lisp/webapps/bogenherr/clojurescript/bogenherr/src/core.cljs +++ b/lisp/webapps/bogenherr/clojurescript/bogenherr/src/core.cljs @@ -253,8 +253,8 @@ ;; notifications (defn notifications [jsonobj] - (ck-notifications/set-message (get jsonobj "message")) - (ck-notifications/set-errormsg (get jsonobj "errormsg"))) + (ck-notifications/reset-message (get jsonobj "message")) + (ck-notifications/reset-errormsg (get jsonobj "errormsg"))) (defn auth-notifications [jsonobj] (cond (empty? (get jsonobj "errormsg")) -- cgit v1.3