crisp-im / go-crisp-api

:hamster: Crisp API Golang Wrapper
https://docs.crisp.chat/guides/rest-api/
Other
36 stars 9 forks source link

Fix Website Batch operations for all sessions -- fixes #5 #6

Closed theonlyjohnny closed 3 years ago

theonlyjohnny commented 3 years ago

The issue looks to be a serialization issue, where pointers to slices are serialized as [] instead of being picked up by the omitempty JSON struct tag

theonlyjohnny commented 3 years ago

Fixes #5

valeriansaliou commented 3 years ago

Thanks for the fix!