This commit is contained in:
Andrew Kingston 2021-01-21 12:15:07 +00:00
parent e271f97ac7
commit c9d27603ea
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ const PROCESSORS = [
insideStatement = `(${insideStatement})` insideStatement = `(${insideStatement})`
} }
return `{{ all ${insideStatement} }}` return `{{ all ${insideStatement} }}`
}) }),
] ]
/** /**