From 9740753f0bcc6445af955a299a1ade4f3db7f87d Mon Sep 17 00:00:00 2001 From: thyttan <97237430+thyttan@users.noreply.github.com> Date: Mon, 7 Nov 2022 21:15:01 +0100 Subject: [PATCH] remove superfluous comma --- apps/torch/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/torch/app.js b/apps/torch/app.js index 6e3354ee3..4f44faf69 100644 --- a/apps/torch/app.js +++ b/apps/torch/app.js @@ -20,5 +20,5 @@ Bangle.setUI({ if (process.env.HWVERSION==1 && (n==1 || n==2 || n==3)) { load(); } - }, + } });