heroiclabs / nakama-defold

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

Make sure post_data is explicitly set to nil #36

Closed britzl closed 2 years ago

britzl commented 2 years ago

In general this shouldn't be a problem since globals should be avoided, but still, this fix at least makes the code a bit clearer for the reader.

britzl commented 2 years ago

@novabyte and @seanpackham this is a small fix to make the code a bit clearer to read in the cases when an API method doesn't contain any post data