Refactor portfolio
This commit is contained in:
@ -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
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user