Skip to content

Commit

Permalink
Fix typo in queries.sql (#1432)
Browse files Browse the repository at this point in the history
defualt -> default
  • Loading branch information
eltociear committed Aug 6, 2023
1 parent 2215511 commit a1c507b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queries.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit a1c507b

Please sign in to comment.