diff --git a/src/components/probe/prober/http/index.ts b/src/components/probe/prober/http/index.ts index d488d34a6..0d0541208 100644 --- a/src/components/probe/prober/http/index.ts +++ b/src/components/probe/prober/http/index.ts @@ -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 }