aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/googlekeep/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/googlekeep/index.js')
-rw-r--r--recipes/googlekeep/index.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/googlekeep/index.js b/recipes/googlekeep/index.js
index fb830e3..63a0505 100644
--- a/recipes/googlekeep/index.js
+++ b/recipes/googlekeep/index.js
@@ -1,3 +1,2 @@
1module.exports = Franz => 1module.exports = Franz => class GoogleKeep extends Franz {
2 class GoogleKeep extends Franz { 2};
3 };