Refactor portfolio

This commit is contained in:
2025-07-21 23:45:39 +02:00
parent 312b2c2f94
commit a8d5dbaa09
31 changed files with 1111 additions and 30 deletions

View File

@ -24,6 +24,7 @@ export async function updateImage(
name,
fileSize,
creationDate,
typeId,
tagIds,
categoryIds
} = validated.data;
@ -41,6 +42,7 @@ export async function updateImage(
name,
fileSize,
creationDate,
typeId
}
});