Skip to content

Commit

Permalink
Update table_linode_node_balancer.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthaI authored Aug 8, 2024
1 parent d4a4bc0 commit 2eb7b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linode/table_linode_node_balancer.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func listNodeBalancers(ctx context.Context, d *plugin.QueryData, _ *plugin.Hydra
return nil, err
}
for _, i := range items {
d.StreamListItem(ctx, I)
d.StreamListItem(ctx, i)

// Context may get cancelled due to manual cancellation or if the limit has been reached
if d.RowsRemaining(ctx) == 0 {
Expand Down

0 comments on commit 2eb7b2c

Please sign in to comment.