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(); } - }, + } });