Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ulisesmac committed Mar 7, 2024
1 parent 0aa5f73 commit 2941746
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/status_im/contexts/wallet/events/collectibles.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@

(defonce collectibles-request-ids (atom 0))

(defn- get-unique-collectible-request-id [amount]
(defn- get-unique-collectible-request-id
[amount]
(let [initial-id (deref collectibles-request-ids)
last-id (+ initial-id amount)]
(reset! collectibles-request-ids last-id)
Expand Down

0 comments on commit 2941746

Please sign in to comment.