Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrkhalil committed Sep 14, 2022
1 parent be8f7d9 commit bf0cba7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/status_im/mailserver/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
{:events [::request-success]}
[{:keys [db] :as cofx} response-js]
{:db (dissoc db :mailserver/current-request)
:dispatch-n [:sanitize-messages-and-process-response response-js]})
:dispatch [:sanitize-messages-and-process-response response-js]})

(fx/defn handle-mailserver-not-working [{:keys [db] :as cofx}]
(let [current-fleet (node/current-fleet-key db)
Expand Down
10 changes: 5 additions & 5 deletions src/status_im/network/net_info.cljs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
(ns status-im.network.net-info
(:require ["@react-native-community/netinfo" :default net-info]
[re-frame.core :as re-frame]
[status-im.mobile-sync-settings.core :as mobile-network]
(:require [re-frame.core :as re-frame]
[status-im.native-module.core :as status]
[status-im.mobile-sync-settings.core :as mobile-network]
[status-im.utils.fx :as fx]
[status-im.wallet-connect-legacy.core :as wallet-connect-legacy]
[status-im.wallet.core :as wallet]
[taoensso.timbre :as log]))
["@react-native-community/netinfo" :default net-info]
[taoensso.timbre :as log]
[status-im.wallet-connect-legacy.core :as wallet-connect-legacy]))

(fx/defn change-network-status
[{:keys [db] :as cofx} is-connected?]
Expand Down

0 comments on commit bf0cba7

Please sign in to comment.