diff --git a/kernel/api/storage.go b/kernel/api/storage.go index 0066eed89..65f4f0e10 100644 --- a/kernel/api/storage.go +++ b/kernel/api/storage.go @@ -196,7 +196,7 @@ func setLocalStorage(c *gin.Context) { } app := arg["app"].(string) - evt := util.NewCmdResult("transactions", 0, util.PushModeBroadcastMainExcludeSelfApp, util.PushModeBroadcastMainExcludeSelfApp) + evt := util.NewCmdResult("setLocalStorage", 0, util.PushModeBroadcastMainExcludeSelfApp, util.PushModeBroadcastMainExcludeSelfApp) evt.AppId = app evt.Data = val util.PushEvent(evt)