Skip to content

Commit

Permalink
ctx was unused
Browse files Browse the repository at this point in the history
  • Loading branch information
rajagopalans committed Oct 4, 2023
1 parent 6158752 commit 9897d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apstra/iba/widget.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func (o IbaWidget) DataSourceAttributes() map[string]dataSourceSchema.Attribute
}
}

func (o *IbaWidget) LoadApiData(ctx context.Context, in *apstra.IbaWidget, _ *diag.Diagnostics) {
func (o *IbaWidget) LoadApiData(_ context.Context, in *apstra.IbaWidget, _ *diag.Diagnostics) {
o.Id = types.StringValue(in.Id.String())
o.Name = types.StringValue(in.Data.Label)
o.Description = types.StringValue(in.Data.Description)
Expand Down

0 comments on commit 9897d31

Please sign in to comment.