From 7517a409a1a502c747eb4598492a88cec4e8d58c Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sun, 19 Sep 2021 07:26:25 +0530 Subject: fix: fix js error; styling --- recipes/hey/package.json | 2 +- recipes/hey/webview.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/hey') 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 @@ { "id": "hey", "name": "Hey", - "version": "1.0.0", + "version": "1.0.1", "repository": "https://github.com/cpwood/recipe-hey", "config": { "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 @@ module.exports = (Ferdi) => { - const getMessages = function getMessages() { + const getMessages = () => { if (document.location.href == "https://app.hey.com/") { let screener = 0; let unread = 0; -- cgit v1.2.3-70-g09d2