mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:24:07 +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({
|
||||
type: "WALLET_SETUP"
|
||||
}));
|
||||
|
|
Loading…
Reference in a new issue