diff --git a/cmd/rpdata-as2storyimport/main.go b/cmd/rpdata-as2storyimport/main.go index d216cca..911feda 100644 --- a/cmd/rpdata-as2storyimport/main.go +++ b/cmd/rpdata-as2storyimport/main.go @@ -104,7 +104,7 @@ func main() { } } - chapter, err := chapters.Add(story, title, result.Author[5:], result.Source, publishDate, &fictionalDate) + chapter, err := chapters.Add(story, title, result.Author[5:], result.Source, publishDate, &fictionalDate, models.ChapterCommentModeDisabled) if err != nil { log.Fatalln(err) }