mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-17 07:28:46 +00:00
thumbnail 테이블의 created_at 컬럼의 이름을 updated_at으로 변경
This commit is contained in:
@@ -92,7 +92,7 @@ export const getFileThumbnailInformation = async (userId: number, fileId: number
|
||||
error(404, "File or its thumbnail not found");
|
||||
}
|
||||
|
||||
return { encContentIv: thumbnail.encContentIv };
|
||||
return { updatedAt: thumbnail.updatedAt, encContentIv: thumbnail.encContentIv };
|
||||
};
|
||||
|
||||
export const getFileThumbnailStream = async (userId: number, fileId: number) => {
|
||||
|
||||
Reference in New Issue
Block a user