From 3c06c95f396b6e911076bc3291d5855ed01b5caa Mon Sep 17 00:00:00 2001 From: "netop://ウィビ" Date: Sun, 26 Apr 2026 20:18:30 -0700 Subject: cleanup and ready for launch --- source/library/fetcher/apq.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/library/fetcher/apq.ts') diff --git a/source/library/fetcher/apq.ts b/source/library/fetcher/apq.ts index 7f9f3c1..854017b 100644 --- a/source/library/fetcher/apq.ts +++ b/source/library/fetcher/apq.ts @@ -54,7 +54,7 @@ export function createApqFetcher(options: ApqOptions): Fetcher { }; } -/*** INTERNAL ----------------------------------------- ***/ +/*** HELPER ------------------------------------------- ***/ async function getHash(cache: Map, query: string): Promise { const cached = cache.get(query); @@ -64,6 +64,7 @@ async function getHash(cache: Map, query: string): Promise