사소한 리팩토링 3

This commit is contained in:
static
2025-12-26 15:57:05 +09:00
parent c9d4b10356
commit 3eb7411438
8 changed files with 4 additions and 19 deletions

View File

@@ -27,7 +27,6 @@ export const requestCategoryCreation = async (
};
export const requestFileRemovalFromCategory = async (fileId: number, categoryId: number) => {
try {
await trpc().category.removeFile.mutate({ id: categoryId, file: fileId });
return true;