Skip to content

Commit

Permalink
refactor: move todo to hyperjumptech#1260
Browse files Browse the repository at this point in the history
  • Loading branch information
haricnugraha committed Mar 25, 2024
1 parent fab3cf0 commit ce3d044
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/probe/prober/http/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ function getProbeResultMessage({
request,
response,
}: ProbeResultMessageParams): string {
// TODO: make this more generic not probe dependent
if (request?.ping) {
return response?.body as string
}
Expand Down

0 comments on commit ce3d044

Please sign in to comment.