Commit 5da6a9ab authored by Simon Esposito's avatar Simon Esposito
Browse files

Fix js storageList returned object key

parent 4bd86699
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3204,7 +3204,7 @@ func (n *runtimeJavascriptNakamaModule) storageList(r *goja.Runtime) func(goja.F
		}

		returnObj := map[string]interface{}{
			"items": objects,
			"objects": objects,
		}
		if cursor == "" {
			returnObj["cursor"] = nil