Added transactions and improved error handling #35

Merged
robin merged 9 commits from dev into main 2026-09-01 15:58:38 +02:00
Showing only changes of commit b4ab9eaba1 - Show all commits
+1
View File
@@ -126,6 +126,7 @@ func (r *ListRepo) CreateListItem(ctx context.Context, listID string, title stri
return nil, fmt.Errorf("failed to insert list item: %w", err)
}
l.ListID = listID
return l, nil
}