From b79a1caae60df3678610206773860bd493b28995 Mon Sep 17 00:00:00 2001
From: Richard de Boer
Date: Tue, 16 May 2023 23:04:08 +0200
Subject: [PATCH] hasensors: cleanup: use double quotes everywhere
---
apps/hasensors/boot.js | 2 +-
apps/hasensors/custom.html | 14 +++++++-------
apps/hasensors/lib.js | 14 +++++++-------
3 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/apps/hasensors/boot.js b/apps/hasensors/boot.js
index a9122be5d..efafbc8a3 100644
--- a/apps/hasensors/boot.js
+++ b/apps/hasensors/boot.js
@@ -1,5 +1,5 @@
(function () {
- const sb = () => require('hasensors').sendBattery();
+ const sb = () => require("hasensors").sendBattery();
Bangle.on("charging", sb);
NRF.on("connect", () => setTimeout(sb, 2000));
setInterval(sb, 10 * 60 * 1000);
diff --git a/apps/hasensors/custom.html b/apps/hasensors/custom.html
index 1fd1bcc3c..265f80f46 100644
--- a/apps/hasensors/custom.html
+++ b/apps/hasensors/custom.html
@@ -43,19 +43,19 @@