remove AiSummarized attribute from article view model
This commit is contained in:
@@ -26,12 +26,11 @@ func (a *Article) Clone() *Article {
|
||||
}
|
||||
|
||||
type ArticleViewModel struct {
|
||||
Id int
|
||||
Title string
|
||||
PublishDate string
|
||||
ShortSource string
|
||||
Summary string
|
||||
AiSummarized bool
|
||||
Id int
|
||||
Title string
|
||||
PublishDate string
|
||||
ShortSource string
|
||||
Summary string
|
||||
}
|
||||
|
||||
type ArticlePageViewModel struct {
|
||||
|
||||
Reference in New Issue
Block a user