Skip to content

Commit

Permalink
Upgrade to be compatible with Fulcro 3.0.13+
Browse files Browse the repository at this point in the history
  • Loading branch information
awkay committed Dec 11, 2019
1 parent 1ad4746 commit bd14535
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.fulcrologic</groupId>
<artifactId>fulcro-websockets</artifactId>
<version>3.0.4</version>
<version>3.0.5-SNAPSHOT</version>
<packaging>jar</packaging>
<name>fulcro-websockets</name>

Expand Down
1 change: 0 additions & 1 deletion src/main/com/fulcrologic/fulcro/networking/websockets.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
(if (cb-success? resp)
(let [{:keys [status body]} resp]
(handler {:status-code status
:transaction edn
:body body})
(when (and (not= 200 status) global-error-callback)
(global-error-callback resp)))
Expand Down

0 comments on commit bd14535

Please sign in to comment.