mirror of
https://github.com/caprover/caprover
synced 2026-08-24 16:36:29 +00:00
Apply Prettier formatting
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user