denzilferreira / aware-micro

Apache License 2.0
15 stars 14 forks source link

Ignore insertData when data is empty #23

Closed dmikurube closed 1 year ago

dmikurube commented 1 year ago

Just a workaround for a corner case. If a request comes with empty data [], it fails.

I believe empty data would not come from the real aware-light/aware-client. Just wanted this not to fail when I test the server with curl.

dmikurube commented 1 year ago

Ah, that sounds better! Addressed in ec1589aa2f107b6a00804dd5b1fd2042a22b66fb

dmikurube commented 1 year ago

Thanks!