fix: go fixing

This commit is contained in:
2026-05-05 16:08:38 +02:00
parent 5cc506c256
commit 5075044138
3 changed files with 4 additions and 10 deletions

View File

@@ -124,7 +124,6 @@ func (c *Client) GetFullRelations(ctx context.Context, id int) ([]RelationEntry,
results := make(chan fetchResult, len(allowedEntries))
for i, entry := range allowedEntries {
i, entry := i, entry
g.Go(func() error {
anime, err := c.GetAnimeByID(gCtx, entry.ID)
if err != nil {