diff --git a/models/comment.go b/models/comment.go index 3d2e472..f1ccd31 100644 --- a/models/comment.go +++ b/models/comment.go @@ -13,5 +13,5 @@ type Comment struct { FictionalDate time.Time `bson:"fictionalDate"` CreatedDate time.Time `bson:"createdDate"` EditedDate time.Time `bson:"editeddDate"` - Source string `bson:"sources"` + Source string `bson:"source"` }