fix: arangodb get one queries

This commit is contained in:
Lakhan Samani
2021-12-20 17:33:11 +05:30
parent 1398762e1d
commit bedc3d0b50
17 changed files with 110 additions and 73 deletions

View File

@@ -6,4 +6,4 @@ cmd:
clean:
rm -rf build
test:
cd server && go test ./...
cd server && go clean --testcache && go test ./...