initial changes for queue webhooks

This commit is contained in:
Dave Horton
2021-06-17 15:06:52 -04:00
parent 473a34ec9f
commit bb0ec8e184
3 changed files with 75 additions and 8 deletions

View File

@@ -99,6 +99,7 @@ function installSrfLocals(srf, logger) {
}
const {
pool,
lookupAppByPhoneNumber,
lookupAppBySid,
lookupAppByRealm,
@@ -138,6 +139,7 @@ function installSrfLocals(srf, logger) {
Object.assign(srf.locals, {
dbHelpers: {
pool,
lookupAppByPhoneNumber,
lookupAppBySid,
lookupAppByRealm,