mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 20:23:06 +02:00
fix recently introduced bug
This commit is contained in:
parent
6fdae83f1b
commit
940db4f112
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
var emitWalletSetupEvent = function () {
|
emitWalletSetupEvent = function () {
|
||||||
EventBridge.emitWebEvent(JSON.stringify({
|
EventBridge.emitWebEvent(JSON.stringify({
|
||||||
type: "WALLET_SETUP"
|
type: "WALLET_SETUP"
|
||||||
}));
|
}));
|
||||||
|
|
Loading…
Reference in a new issue