fix: improved logging

This commit is contained in:
2026-08-31 19:19:08 +02:00
parent 491b8da1ac
commit 2e16eefaba
3 changed files with 15 additions and 10 deletions
-1
View File
@@ -93,7 +93,6 @@ func (r *ListRepo) GetLists(ctx context.Context, userID string) ([]domain.List,
}
return lists, nil
}
func (r *ListRepo) AddUserToList(ctx context.Context, listID string, userID string) error {