GetListItems now populates list_id field #21

Merged
robin merged 1 commits from dev into main 2026-08-21 17:01:53 +02:00
Showing only changes of commit da7b6a7e78 - Show all commits
+1
View File
@@ -196,6 +196,7 @@ func (r *ListRepo) GetListItems(ctx context.Context, listID string) ([]domain.Li
return nil, err
}
l.ListID = listID
items = append(items, l)
}