fix recently introduced bug

This commit is contained in:
Howard Stearns 2018-09-26 15:01:30 -07:00
parent 6fdae83f1b
commit 940db4f112

View file

@ -96,7 +96,7 @@
});
}
var emitWalletSetupEvent = function () {
emitWalletSetupEvent = function () {
EventBridge.emitWebEvent(JSON.stringify({
type: "WALLET_SETUP"
}));