From 0a30639e376e14e1ba0216aa0b672a7e593720d9 Mon Sep 17 00:00:00 2001 From: Jane Petrovna Date: Thu, 27 May 2021 14:21:28 -0400 Subject: [PATCH] fix typo --- lights.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lights.js b/lights.js index 01808ff..78990a2 100644 --- a/lights.js +++ b/lights.js @@ -47,7 +47,7 @@ let functions = { subtract: (index, args, prev) => { return prev - args; } } -export functions; +export const functions; function tick_pattern() { // do the parsing stuff here