Skip to content

Commit dca0299

Browse files
committed
fix: remove time
1 parent 4880728 commit dca0299

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/components/Preview.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ export const Preview: React.FC<PreviewProps> = (props) => {
5959
userId: props.userId,
6060
photoId: image.id,
6161
comment: '構圖不錯',
62-
isRecommended: 1,
63-
createdAt: format(new Date(), 'yyyy-MM-dd HH:mm:ss'),
64-
updatedAt: format(new Date(), 'yyyy-MM-dd HH:mm:ss')
62+
isRecommended: 1
6563
}
6664
}
6765
});

0 commit comments

Comments
 (0)