From 805d693680c86abc7dd6472637b32721223cec45 Mon Sep 17 00:00:00 2001 From: Jane Petrovna Date: Fri, 4 Jun 2021 22:33:07 -0400 Subject: [PATCH] commit move --- lights.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lights.js b/lights.js index d889283..f5cbf1f 100644 --- a/lights.js +++ b/lights.js @@ -61,7 +61,7 @@ export const functions = { { requires_arg1: true, requires_arg2: true, - convert_args: false + convert_args: true }), modulo: new Function( (index, arg1, arg2) => { return arg1 % arg2; },