From 0add424e4973ed2413a8f6132768a99d673f09b1 Mon Sep 17 00:00:00 2001 From: Roland Bewick Date: Wed, 22 Jul 2026 19:14:32 +0700 Subject: [PATCH] fix: remove "healthy" from the default filter sometimes healthy services are marked as degraded, and the check is not often updated. --- src/commands/discover.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/commands/discover.ts b/src/commands/discover.ts index 91a6a3a..aa221a3 100644 --- a/src/commands/discover.ts +++ b/src/commands/discover.ts @@ -10,14 +10,10 @@ export function registerDiscoverCommand(program: Command) { "All are payable in sats with the fetch command.", ) .option("-q, --query ", "Search query") - .option( - "-p, --protocol ", - "Filter by protocol (L402, x402, MPP)", - ) + .option("-p, --protocol ", "Filter by protocol (L402, x402, MPP)") .option( "--health ", "Filter by health (healthy, degraded, down, unknown)", - "healthy", ) .option( "-s, --sort ",