fixes lint issue
This commit is contained in:
parent
6f3d097410
commit
097f67250c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue