Skip to content

Commit 76e663a

Browse files
committed
update version
1 parent 6a0e62e commit 76e663a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

bb.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{:deps {com.github.hephaistox/auto-build {:git/sha "740a55bfdeca371fffda8ae96f7dbab16072052b"}}
1+
{:deps {com.github.hephaistox/auto-build {:git/sha "58d0992fdf43313238153f369f1a6d8f27e26189"}}
22
:paths []
33
:tasks
44
{:requires [[auto-build.os.exit-codes] [auto-build.os.exiting :refer [exit]]]
@@ -73,4 +73,4 @@
7373
:override-builtin true
7474
:requires [[auto-build.tasks.repl :as build-repl] [auto-build.echo :refer [level1-header]]]
7575
:task (-> (build-repl/repl level1-header "." (current-task) [:cljs-deps] 7006)
76-
exit)}}}
76+
exit)}}}

deps.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
["-m" "cognitect.test-runner" "-r" ".*-test.*" "-d" "test/clj" "test/cljc"]}}
2424
:deps {amalloy/ring-gzip-middleware {:mvn/version "0.1.4"}
2525
clj-http/clj-http {:mvn/version "3.13.0"}
26-
com.github.hephaistox/auto-core {:git/sha "70c0de7cfc2898a76ed607814f58b45cb98c7936"}
26+
com.github.hephaistox/auto-core {:git/sha "0ef4d2d22532986f6533b19d09e00d28e0a7aa75"}
2727
com.taoensso/sente {:mvn/version "1.20.0"}
2828
hiccup/hiccup {:mvn/version "2.0.0-RC5"}
2929
http-kit/http-kit {:mvn/version "2.8.0"}
@@ -36,4 +36,4 @@
3636
ring/ring-anti-forgery {:mvn/version "1.4.0"}
3737
ring/ring-headers {:mvn/version "0.4.0"}
3838
ring/ring-ssl {:mvn/version "0.4.0"}}
39-
:paths ["src/clj" "src/cljc" "resources"]}
39+
:paths ["src/clj" "src/cljc" "resources"]}

src/cljs/auto_web/lang_fe.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Then, the language stored in the js.
1111
* In worst case, the `:en` language"
1212
[]
13-
(let [ls-lang (wlocal-storage/get-item :lang)
13+
(let [ls-lang (wlocal-storage/get-ls :lang)
1414
server-accepted-lang js/lang]
1515
(cond
1616
(some? ls-lang) (keyword ls-lang)

0 commit comments

Comments
 (0)