Skip to content

Commit

Permalink
fix warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
nuo-xu committed Oct 4, 2024
1 parent f1a28c2 commit 867fda6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public class UserAssetsStore: ObservableObject, WalletObserverStore {
networks: networks,
visible: false
)
var allTokens = await self.blockchainRegistry.allTokens(
let allTokens = await self.blockchainRegistry.allTokens(
in: networks,
includingUserDeleted: false
)
Expand Down

0 comments on commit 867fda6

Please sign in to comment.