Index: ChapterX.Application/AISuggestion/Commands/AddHandler.cs
===================================================================
--- ChapterX.Application/AISuggestion/Commands/AddHandler.cs	(revision b62cefc14094ca5ac7154f7d48797a1e6c444935)
+++ ChapterX.Application/AISuggestion/Commands/AddHandler.cs	(revision e882b92860e1899312f197af1134bb0f33d30d15)
@@ -22,4 +22,5 @@
                 OriginalText = request.OriginalText,
                 SuggestedText = request.SuggestedText,
+                SuggestionType = request.SuggestionType,
                 StoryId = request.StoryId,
                 Accepted = null,
