From b1ded9e3693fd883a62684cdd43b7d4ead97e1b8 Mon Sep 17 00:00:00 2001 From: Elliana May Date: Tue, 3 Oct 2023 00:12:07 +0800 Subject: [PATCH] fix: switch to casual --- api/inspections.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/inspections.ts b/api/inspections.ts index 3d3f50aa..17269b12 100644 --- a/api/inspections.ts +++ b/api/inspections.ts @@ -40,7 +40,7 @@ async function getData() { }; } -const config = uk.strict.clone(); +const config = uk.casual.clone(); config.refiners.push({ refine(context, results) { for (const result of results) {