From 5dabac856d37832e1698b0cbdf7d4c9e028eb64d Mon Sep 17 00:00:00 2001 From: justin Date: Sun, 3 May 2026 01:52:34 -0500 Subject: [PATCH] =?UTF-8?q?Revert=20quick=3D1,=20keep=2060s=20timeout=20?= =?UTF-8?q?=E2=80=94=20full=20RMD=20quality=20checks=20needed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- site/src/pages/tools/fcc-compliance-check.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/pages/tools/fcc-compliance-check.astro b/site/src/pages/tools/fcc-compliance-check.astro index 53b13c2..3cda22b 100644 --- a/site/src/pages/tools/fcc-compliance-check.astro +++ b/site/src/pages/tools/fcc-compliance-check.astro @@ -389,7 +389,7 @@ import Base from "../../layouts/Base.astro"; try { const timeout = setTimeout(() => controller.abort(), 60000); - const res = await fetch(`${API}/api/v1/fcc/lookup?frn=${frn}&quick=1`, { signal: controller.signal }); + const res = await fetch(`${API}/api/v1/fcc/lookup?frn=${frn}`, { signal: controller.signal }); clearTimeout(timeout); // Ignore if a newer request superseded this one