aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/udemy
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/udemy')
-rw-r--r--recipes/udemy/index.js2
-rw-r--r--recipes/udemy/package.json2
-rw-r--r--recipes/udemy/webview.js6
3 files changed, 5 insertions, 5 deletions
diff --git a/recipes/udemy/index.js b/recipes/udemy/index.js
index 23607bd..dd41f72 100644
--- a/recipes/udemy/index.js
+++ b/recipes/udemy/index.js
@@ -1 +1 @@
module.exports = Ferdi => Ferdi; module.exports = Ferdium => Ferdium;
diff --git a/recipes/udemy/package.json b/recipes/udemy/package.json
index 4563e36..763ed5d 100644
--- a/recipes/udemy/package.json
+++ b/recipes/udemy/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "udemy", 2 "id": "udemy",
3 "name": "Udemy", 3 "name": "Udemy",
4 "version": "1.0.5", 4 "version": "1.1.0",
5 "license": "MIT", 5 "license": "MIT",
6 "repository": "https://github.com/gaspergrom/Franz-services/tree/master/udemy", 6 "repository": "https://github.com/gaspergrom/Franz-services/tree/master/udemy",
7 "config": { 7 "config": {
diff --git a/recipes/udemy/webview.js b/recipes/udemy/webview.js
index 6120e54..02b9c08 100644
--- a/recipes/udemy/webview.js
+++ b/recipes/udemy/webview.js
@@ -1,9 +1,9 @@
1module.exports = (Ferdi) => { 1module.exports = (Ferdium) => {
2 const getMessages = () => { 2 const getMessages = () => {
3 let direct = 0; 3 let direct = 0;
4 let indirect = 0; 4 let indirect = 0;
5 Ferdi.setBadge(direct, indirect); 5 Ferdium.setBadge(direct, indirect);
6 } 6 }
7 7
8 Ferdi.loop(getMessages); 8 Ferdium.loop(getMessages);
9} 9}