refactor sites settings general form

This commit is contained in:
Milo Schwartz 2024-11-10 23:08:06 -05:00
parent a7955cb8d2
commit e77fb37ef1
No known key found for this signature in database
25 changed files with 159 additions and 367 deletions

View file

@ -76,7 +76,7 @@ export async function listSites(
return next(
createHttpError(
HttpCode.BAD_REQUEST,
parsedParams.error.errors.map((e) => e.message).join(", ")
fromError(parsedParams.error)
)
);
}