Loading CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr - More exact usage of limit parameter in leaderboard record listings. - Include subscriptions in all data deletion from the developer console. - Correct return format of JavaScript runtime account export function. - Add user id to JS runtime wallet operations returned results. ## [3.13.1] - 2022-08-18 ### Fixed Loading server/runtime_javascript_nakama.go +3 −0 Original line number Diff line number Diff line Loading @@ -3903,6 +3903,7 @@ func (n *runtimeJavascriptNakamaModule) walletUpdate(r *goja.Runtime) func(goja. return r.ToValue(map[string]interface{}{ "updated": results[0].Updated, "previous": results[0].Previous, "userId": results[0].UserID, }) } } Loading Loading @@ -3994,6 +3995,7 @@ func (n *runtimeJavascriptNakamaModule) walletsUpdate(r *goja.Runtime) func(goja map[string]interface{}{ "updated": r.Updated, "previous": r.Previous, "userId": r.UserID, }, ) } Loading Loading @@ -4830,6 +4832,7 @@ func (n *runtimeJavascriptNakamaModule) multiUpdate(r *goja.Runtime) func(goja.F map[string]interface{}{ "updated": r.Updated, "previous": r.Previous, "userId": r.UserID, }, ) } Loading Loading
CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr - More exact usage of limit parameter in leaderboard record listings. - Include subscriptions in all data deletion from the developer console. - Correct return format of JavaScript runtime account export function. - Add user id to JS runtime wallet operations returned results. ## [3.13.1] - 2022-08-18 ### Fixed Loading
server/runtime_javascript_nakama.go +3 −0 Original line number Diff line number Diff line Loading @@ -3903,6 +3903,7 @@ func (n *runtimeJavascriptNakamaModule) walletUpdate(r *goja.Runtime) func(goja. return r.ToValue(map[string]interface{}{ "updated": results[0].Updated, "previous": results[0].Previous, "userId": results[0].UserID, }) } } Loading Loading @@ -3994,6 +3995,7 @@ func (n *runtimeJavascriptNakamaModule) walletsUpdate(r *goja.Runtime) func(goja map[string]interface{}{ "updated": r.Updated, "previous": r.Previous, "userId": r.UserID, }, ) } Loading Loading @@ -4830,6 +4832,7 @@ func (n *runtimeJavascriptNakamaModule) multiUpdate(r *goja.Runtime) func(goja.F map[string]interface{}{ "updated": r.Updated, "previous": r.Previous, "userId": r.UserID, }, ) } Loading