mirror of
https://github.com/jambonz/sbc-sip-sidecar.git
synced 2026-07-04 19:32:03 +00:00
fix typo
This commit is contained in:
@@ -108,7 +108,7 @@ class Regbot {
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = async (logger, srf) => {
|
||||
module.exports = async(logger, srf) => {
|
||||
if (initialized) return;
|
||||
initialized = true;
|
||||
const { addKeyNx } = srf.locals.realtimeDbHelpers;
|
||||
@@ -147,7 +147,7 @@ module.exports = async (logger, srf) => {
|
||||
return srf.locals.regbot.active;
|
||||
};
|
||||
|
||||
const checkStatus = async (logger, srf) => {
|
||||
const checkStatus = async(logger, srf) => {
|
||||
const { addKeyNx, addKey, retrieveKey } = srf.locals.realtimeDbHelpers;
|
||||
const { myToken, active } = srf.locals.regbot;
|
||||
|
||||
@@ -206,7 +206,7 @@ const checkStatus = async (logger, srf) => {
|
||||
}
|
||||
};
|
||||
|
||||
const updateCarrierRegbots = async (logger, srf) => {
|
||||
const updateCarrierRegbots = async(logger, srf) => {
|
||||
// Check if We are
|
||||
const { lookupAllVoipCarriers, lookupSipGatewaysByCarrier } = srf.locals.dbHelpers;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user