fix: pass project ID instead of index through goroutine channel #100

Merged
aniram merged 2 commits from fix/project-was-associated-to-wrong-author into main 2026-03-25 19:19:27 +00:00
Owner
No description provided.
aniram left a comment
Author
Owner

minor changes needed

minor changes needed
@ -140,3 +140,1 @@
for i := range projectsWrapper.Projects {
// do not move this variable('p') or anything that uses the loop's index outside the for loop (Go 1.22)
p := &projectsWrapper.Projects[i]
for i, p := range projectsWrapper.Projects {
Author
Owner

the index variable is unused

the index variable is unused
aniram merged commit efcf74aa74 into main 2026-03-25 19:19:27 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
overdrives/cidadon!100
No description provided.