Skip to content

Commit

Permalink
Add space
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljscript committed Apr 19, 2024
1 parent b11fe03 commit 1e0fde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dapp-connector/src/connector.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const initWallet = ({iconUrl, apiVersion, walletName, supportedExtensions, sessi
}

window.addEventListener('message', (event) => {
logMessage('Received message' + JSON.stringify(event.data))
logMessage('Received message ' + JSON.stringify(event.data))
const {id, result, error} = event.data
const promise = promisesMap.get(id)
if (!promise) return
Expand Down

0 comments on commit 1e0fde0

Please sign in to comment.