standardize on passing .query args as array (#356)

This commit is contained in:
Dave Horton
2023-05-22 09:56:05 -04:00
committed by GitHub
parent 32a84b7b19
commit 7393e3bcb7
4 changed files with 12 additions and 12 deletions

View File

@@ -25,7 +25,7 @@
"jslint:fix": "eslint app.js tracer.js lib --fix"
},
"dependencies": {
"@jambonz/db-helpers": "^0.7.10",
"@jambonz/db-helpers": "^0.8.1",
"@jambonz/http-health-check": "^0.0.1",
"@jambonz/realtimedb-helpers": "^0.7.2",
"@jambonz/speech-utils": "^0.0.13",