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

This commit is contained in:
Dave Horton
2023-05-22 09:56:48 -04:00
committed by GitHub
parent 54d9044937
commit f6e071f31e
3 changed files with 15 additions and 15 deletions

View File

@@ -25,7 +25,7 @@
"jslint": "eslint app.js lib"
},
"dependencies": {
"@jambonz/db-helpers": "^0.7.9",
"@jambonz/db-helpers": "^0.8.1",
"@jambonz/http-authenticator": "^0.2.2",
"@jambonz/http-health-check": "^0.0.1",
"@jambonz/realtimedb-helpers": "^0.7.2",