From ce3d0446b3972545fe9f65a54e183621bfc42ace Mon Sep 17 00:00:00 2001 From: haricnugraha Date: Mon, 25 Mar 2024 17:33:59 +0700 Subject: [PATCH] refactor: move todo to https://github.com/hyperjumptech/monika/issues/1260 --- src/components/probe/prober/http/index.ts | 1 - 1 file changed, 1 deletion(-) 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 }