grpc-db-service-core
Advanced tools
Comparing version
@@ -248,3 +248,3 @@ /** | ||
id=[...new Set(id)]; | ||
id=id.map(v=>id.toString()); | ||
id=id.map(v=>v.toString()); | ||
@@ -251,0 +251,0 @@ // find from redis |
{ | ||
"name": "grpc-db-service-core", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "node dbservice", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
20683
0