purge distributed uptime

This commit is contained in:
Alex Holliday
2025-06-09 10:17:09 +08:00
parent 5690d91d59
commit 274595a533
70 changed files with 17 additions and 4494 deletions
+1 -1
View File
@@ -239,7 +239,7 @@ const logoImageValidation = joi
.optional(); // Make entire object optional
const statusPageValidation = joi.object({
type: joi.string().valid("uptime", "distributed").required(),
type: joi.string().valid("uptime").required(),
isPublished: joi.bool(),
companyName: joi
.string()