Skip to content

Commit

Permalink
Remove potential segfault
Browse files Browse the repository at this point in the history
  • Loading branch information
HantingZhang2 committed Aug 1, 2023
1 parent 0e2c697 commit 60b06a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datadog/fwprovider/resource_datadog_dashboard_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ func (r *dashboardListResource) Read(ctx context.Context, req resource.ReadReque
return
}
r.updateStateFromDashItem(ctx, &state, completeItemListV2.GetDashboards())
resp.Diagnostics.AddError("", err.Error())
}

func (r *dashboardListResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse) {
Expand Down

0 comments on commit 60b06a2

Please sign in to comment.