aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tweetdeck/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/tweetdeck/index.js')
-rw-r--r--recipes/tweetdeck/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/tweetdeck/index.js b/recipes/tweetdeck/index.js
index f54a64a..89cfd18 100644
--- a/recipes/tweetdeck/index.js
+++ b/recipes/tweetdeck/index.js
@@ -1,5 +1,5 @@
1module.exports = Ferdi => 1module.exports = Ferdium =>
2 class Tweetdeck extends Ferdi { 2 class Tweetdeck extends Ferdium {
3 constructor(...args) { 3 constructor(...args) {
4 let _temp; 4 let _temp;
5 5