Skip to content

Commit

Permalink
fix: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasRalee committed Jun 25, 2024
1 parent 0617519 commit 984107b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion layer/store/wallet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,9 @@ export const useSharedWalletStore = defineStore('sharedWallet', {
}) {
const walletStore = useSharedWalletStore()

return await walletStore.broadcastMessages(messages, memo, true)
const response = await walletStore.broadcastMessages(messages, memo, true)

return response
},

async logout() {
Expand Down

0 comments on commit 984107b

Please sign in to comment.