aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/wire
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/wire')
-rw-r--r--recipes/wire/package.json2
-rw-r--r--recipes/wire/webview.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/wire/package.json b/recipes/wire/package.json
index 4a85ade..e0e2136 100644
--- a/recipes/wire/package.json
+++ b/recipes/wire/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "wire", 2 "id": "wire",
3 "name": "Wire", 3 "name": "Wire",
4 "version": "1.0.3", 4 "version": "1.0.4",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://app.wire.com/", 7 "serviceURL": "https://app.wire.com/",
diff --git a/recipes/wire/webview.js b/recipes/wire/webview.js
index b099eee..55720da 100644
--- a/recipes/wire/webview.js
+++ b/recipes/wire/webview.js
@@ -1,5 +1,5 @@
1module.exports = (Ferdi) => { 1module.exports = (Ferdi) => {
2 function getMessages() { 2 const getMessages = () => {
3 let direct = 0; 3 let direct = 0;
4 let indirect = 0; 4 let indirect = 0;
5 5