Skip to content

Commit

Permalink
fix ineffassign
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillezi committed Sep 19, 2024
1 parent d8cce6e commit 4d41ac5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/v1/commands/compose/logs/sseConnection.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ func CreateConns(depls []*body.DeploymentRead, apiURL, token, key string) []*SSE
Key: key,
Color: colors[i%len(colors)],
})
i++
}
return conns
}

0 comments on commit 4d41ac5

Please sign in to comment.