♻️ detach label from site/resoirce

This commit is contained in:
Fred KISSIE
2026-05-08 00:33:47 +02:00
parent 0d04cc365f
commit 1831ca4e75
5 changed files with 171 additions and 1 deletions

View File

@@ -127,7 +127,7 @@ export async function attachLabelToItem(
if (resourceCount === 0) {
return next(
createHttpError(
HttpCode.BAD_REQUEST,
HttpCode.NOT_FOUND,
`Resource with Id ${resourceId} doesn't exist.`
)
);