Skip to content

Commit

Permalink
fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed Oct 15, 2021
1 parent 5ab2cd5 commit dace0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/uptime/public/state/api/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class ApiService {
asResponse,
});

this.addInspectorRequest({ data: response, status: FETCH_STATUS.SUCCESS, loading: false });
this.addInspectorRequest?.({ data: response, status: FETCH_STATUS.SUCCESS, loading: false });

if (decodeType) {
const decoded = decodeType.decode(response);
Expand Down

0 comments on commit dace0d3

Please sign in to comment.