Index: ChapterX.Application/Likes/Commands/AddHandler.cs
===================================================================
--- ChapterX.Application/Likes/Commands/AddHandler.cs	(revision 73b69b22fa1e9888b8530a66db4a150efb8f52bc)
+++ ChapterX.Application/Likes/Commands/AddHandler.cs	(revision e882b92860e1899312f197af1134bb0f33d30d15)
@@ -22,5 +22,5 @@
                 UserId = request.UserId,
                 StoryId = request.StoryId,
-                CreatedAt = DateTime.UtcNow
+                LikedAt = DateTime.UtcNow
             };
 
