aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/hey
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/hey')
-rw-r--r--recipes/hey/package.json2
-rw-r--r--recipes/hey/webview.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/hey/package.json b/recipes/hey/package.json
index 02b1334..f681f80 100644
--- a/recipes/hey/package.json
+++ b/recipes/hey/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "hey", 2 "id": "hey",
3 "name": "Hey", 3 "name": "Hey",
4 "version": "1.0.0", 4 "version": "1.0.1",
5 "repository": "https://github.com/cpwood/recipe-hey", 5 "repository": "https://github.com/cpwood/recipe-hey",
6 "config": { 6 "config": {
7 "serviceURL": "https://app.hey.com", 7 "serviceURL": "https://app.hey.com",
diff --git a/recipes/hey/webview.js b/recipes/hey/webview.js
index d3227af..686e811 100644
--- a/recipes/hey/webview.js
+++ b/recipes/hey/webview.js
@@ -1,5 +1,5 @@
1module.exports = (Ferdi) => { 1module.exports = (Ferdi) => {
2 const getMessages = function getMessages() { 2 const getMessages = () => {
3 if (document.location.href == "https://app.hey.com/") { 3 if (document.location.href == "https://app.hey.com/") {
4 let screener = 0; 4 let screener = 0;
5 let unread = 0; 5 let unread = 0;