Dont accept invite if over the limits

This commit is contained in:
Owen
2026-02-08 11:55:24 -08:00
parent 41bab0ce0b
commit c41e8be3e8
5 changed files with 61 additions and 4 deletions

View File

@@ -151,7 +151,7 @@ export async function createSite(
return next(
createHttpError(
HttpCode.FORBIDDEN,
"Sites limit exceeded. Please upgrade your plan."
"Site limit exceeded. Please upgrade your plan."
)
);
}