mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
d5a85639b1 |
@ -109,7 +109,7 @@ func (r *SummaryRepository) populateItems(summaries []*models.Summary, condition
|
|||||||
}
|
}
|
||||||
|
|
||||||
for _, item := range items {
|
for _, item := range items {
|
||||||
if _, ok := summaryMap[item.SummaryID]; ok {
|
if _, ok := summaryMap[item.SummaryID]; !ok {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
l := summaryMap[item.SummaryID][0].ItemsByType(item.Type)
|
l := summaryMap[item.SummaryID][0].ItemsByType(item.Type)
|
||||||
|
Reference in New Issue
Block a user