Apply Prettier formatting

This commit is contained in:
Kasra Bigdeli
2026-07-19 15:05:55 -07:00
parent 67107ed026
commit 5deaedc523
@@ -15,7 +15,10 @@ import Utils from '../../../../utils/Utils'
const router = express.Router()
export function ensureAppsExist(appNames: string[], apps: IHashMapGeneric<any>) {
export function ensureAppsExist(
appNames: string[],
apps: IHashMapGeneric<any>
) {
appNames.forEach((appName) => {
if (!apps[appName]) {
throw ApiStatusCodes.createError(