aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/reclaim
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/reclaim')
-rw-r--r--recipes/reclaim/index.js2
-rw-r--r--recipes/reclaim/package.json4
-rw-r--r--recipes/reclaim/webview.js4
3 files changed, 5 insertions, 5 deletions
diff --git a/recipes/reclaim/index.js b/recipes/reclaim/index.js
index 8244b1b..dd41f72 100644
--- a/recipes/reclaim/index.js
+++ b/recipes/reclaim/index.js
@@ -1 +1 @@
module.exports = Ferdium => Ferdium; \ No newline at end of file module.exports = Ferdium => Ferdium;
diff --git a/recipes/reclaim/package.json b/recipes/reclaim/package.json
index 5e7df91..9fd5062 100644
--- a/recipes/reclaim/package.json
+++ b/recipes/reclaim/package.json
@@ -1,9 +1,9 @@
1{ 1{
2 "id": "reclaim", 2 "id": "reclaim",
3 "name": "Reclaim", 3 "name": "Reclaim",
4 "version": "1.0.0", 4 "version": "1.1.0",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://app.reclaim.ai/" 7 "serviceURL": "https://app.reclaim.ai/"
8 } 8 }
9 } \ No newline at end of file 9 }
diff --git a/recipes/reclaim/webview.js b/recipes/reclaim/webview.js
index 86bb422..2a81dec 100644
--- a/recipes/reclaim/webview.js
+++ b/recipes/reclaim/webview.js
@@ -1,9 +1,9 @@
1const _path = _interopRequireDefault(require('path'));
2
3function _interopRequireDefault(obj) { 1function _interopRequireDefault(obj) {
4 return obj && obj.__esModule ? obj : { default: obj }; 2 return obj && obj.__esModule ? obj : { default: obj };
5} 3}
6 4
5const _path = _interopRequireDefault(require('path'));
6
7module.exports = Ferdium => { 7module.exports = Ferdium => {
8 // TODO: If your SNAME service has unread messages, uncomment these lines to implement the logic for updating the badges 8 // TODO: If your SNAME service has unread messages, uncomment these lines to implement the logic for updating the badges
9 // const getMessages = () => { 9 // const getMessages = () => {