diff --git a/resources/settings/properties.xml b/resources/settings/properties.xml
index c7009ea..e7110d2 100644
--- a/resources/settings/properties.xml
+++ b/resources/settings/properties.xml
@@ -15,10 +15,10 @@
-
@@ -84,4 +84,4 @@
-->
15
-
\ No newline at end of file
+
diff --git a/resources/settings/settings.xml b/resources/settings/settings.xml
index 15fd778..4cc33f9 100644
--- a/resources/settings/settings.xml
+++ b/resources/settings/settings.xml
@@ -113,4 +113,4 @@
>
-
\ No newline at end of file
+
diff --git a/source/Settings.mc b/source/Settings.mc
index 942c4e3..b7cdcf0 100644
--- a/source/Settings.mc
+++ b/source/Settings.mc
@@ -177,7 +177,7 @@ class Settings {
mWebhookManager = new WebhookManager();
mWebhookManager.requestWebhookId();
}
- if (!getWebhookId().equals("") and
+ if (!getWebhookId().equals("") and
(System has :ServiceDelegate) and
((Background.getTemporalEventRegisteredTime() == null) or
(Background.getTemporalEventRegisteredTime() != (mBatteryRefreshRate * 60)))) {