storage test fixes

This commit is contained in:
nkanaev
2026-06-18 14:28:24 +01:00
parent 671cb2b9e9
commit ba3034b3cf
3 changed files with 10 additions and 5 deletions

View File

@@ -72,7 +72,7 @@ func (s *PostgresStorage) CreateItems(items []model.Item) bool {
MediaLinks(item.MediaLinks),
now,
now,
model.UNREAD,
item.Status,
searchText,
)
if err != nil {