fixes lint issue

This commit is contained in:
mikesealey 2025-02-12 10:19:14 +00:00
parent 6f3d097410
commit 097f67250c
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ const ADDED_HELPERS = {
}
function fixSpecialCases(name: string, obj: Helper) {
const args = obj.args
if (name === "ifNth") {
obj.args = ["a", "b", "options"]
obj.numArgs = 3