heroiclabs / nakama-defold

Defold client for Nakama server.
https://heroiclabs.com
Apache License 2.0
74 stars 12 forks source link

Fixes function body argument name #73

Closed britzl closed 5 months ago

britzl commented 5 months ago

The generated code was in some cases hardcoded to expect the parameter for the API endpoint to be named body. In the case of nakama.rpc_func() the argument was named payload instead of body. This PR uses the actual parameter name instead of the hardcoded name.

Fixes #72

britzl commented 5 months ago

Merged. @tomglenn can you please make a new release with this fix?