1
0
Fork 0
mirror of synced 2024-09-30 17:18:14 +13:00

Formatting.

This commit is contained in:
mike12345567 2021-03-24 18:31:53 +00:00
parent c91f21f8e2
commit e58d689ca0

View file

@ -28,9 +28,7 @@ const { cloneDeep } = require("lodash/fp")
const { processObject } = require("@budibase/string-templates")
const { getAllApps } = require("../../utilities")
const { USERS_TABLE_SCHEMA } = require("../../constants")
const {
getDeployedApps,
} = require("../../utilities/builder/hosting")
const { getDeployedApps } = require("../../utilities/builder/hosting")
const URL_REGEX_SLASH = /\/|\\/g