0.6.1
Fixes
- [Arangodb]: Remove
cursor.Count()check in GetUserById as it always returs 0. Need to useWithQueryCountif we want to get cursor count https://www.arangodb.com/docs/stable/drivers/go-example-requests.html
cursor.Count() check in GetUserById as it always returs 0. Need to use WithQueryCount if we want to get cursor count https://www.arangodb.com/docs/stable/drivers/go-example-requests.html