Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Sep 15, 2023
1 parent bf77211 commit 386ccd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/backend/cron/news.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func (c *CronService) parseNewsFeed(source model.NewsSource) error {
Link: item.Link,
Image: enclosureUrl,
FilesID: null.Int{NullInt64: sql.NullInt64{Int64: int64(file.File), Valid: true}},
Files: *file,
Files: file,
}
newNews = append(newNews, newsItem)
}
Expand Down

0 comments on commit 386ccd0

Please sign in to comment.