aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/googlecalendar
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/googlecalendar')
-rw-r--r--recipes/googlecalendar/index.js5
-rw-r--r--recipes/googlecalendar/webview.js2
2 files changed, 2 insertions, 5 deletions
diff --git a/recipes/googlecalendar/index.js b/recipes/googlecalendar/index.js
index 8019e7a..f18361f 100644
--- a/recipes/googlecalendar/index.js
+++ b/recipes/googlecalendar/index.js
@@ -1,3 +1,2 @@
1module.exports = Franz => 1module.exports = Franz => class GoogleCalendar extends Franz {
2 class GoogleCalendar extends Franz { 2};
3 };
diff --git a/recipes/googlecalendar/webview.js b/recipes/googlecalendar/webview.js
index 729f400..2e34c8b 100644
--- a/recipes/googlecalendar/webview.js
+++ b/recipes/googlecalendar/webview.js
@@ -1,5 +1,3 @@
1'use strict';
2
3const path = require('path'); 1const path = require('path');
4 2
5module.exports = Franz => { 3module.exports = Franz => {