From a1c507b47784a821866ab5c5adedd07578e09081 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 6 Aug 2023 13:36:44 +0900 Subject: [PATCH] Fix typo in queries.sql (#1432) defualt -> default --- queries.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queries.sql b/queries.sql index 04af41f8..c46b211c 100644 --- a/queries.sql +++ b/queries.sql @@ -466,7 +466,7 @@ WITH campLists AS ( WHERE lists.id = ANY($14::INT[]) ), tpl AS ( - -- If there's no template_id given, use the defualt template. + -- If there's no template_id given, use the default template. SELECT (CASE WHEN $13 = 0 THEN id ELSE $13 END) AS id FROM templates WHERE is_default IS TRUE ), counts AS (