This commit is contained in:
+1
-1
@@ -252,7 +252,7 @@ func (l *Loader) FindProject(ctx context.Context, id string) (*models.ProjectRes
|
||||
TaskIDs: taskIDs,
|
||||
})
|
||||
for _, log := range logs {
|
||||
if log.SecondaryItemID == nil {
|
||||
if log.SecondaryItemID != nil {
|
||||
itemIDs.Add(*log.SecondaryItemID)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user