aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/googlecalendar/package.json
diff options
context:
space:
mode:
authorLibravatar Prasanna <mail.prasanna.v@gmail.com>2021-07-07 10:54:04 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-07-07 11:36:50 +0530
commitfdb8f055927402195d27b08899b0e29305c29d27 (patch)
tree6ae39f67b02542b621df1593a9ce67b06f843b38 /recipes/googlecalendar/package.json
parentfix: Rocket.Chat tab doesn't display notifications (diff)
downloadferdium-recipes-fdb8f055927402195d27b08899b0e29305c29d27.tar.gz
ferdium-recipes-fdb8f055927402195d27b08899b0e29305c29d27.tar.zst
ferdium-recipes-fdb8f055927402195d27b08899b0e29305c29d27.zip
fixing a race condition where document body is null
Diffstat (limited to 'recipes/googlecalendar/package.json')
-rw-r--r--recipes/googlecalendar/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/googlecalendar/package.json b/recipes/googlecalendar/package.json
index c5ccb24..eab31be 100644
--- a/recipes/googlecalendar/package.json
+++ b/recipes/googlecalendar/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "googlecalendar", 2 "id": "googlecalendar",
3 "name": "Google Calendar", 3 "name": "Google Calendar",
4 "version": "1.0.6", 4 "version": "1.0.7",
5 "description": "Google Calendar", 5 "description": "Google Calendar",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Rico Herwig <rherwig4711@gmail.com>", 7 "author": "Rico Herwig <rherwig4711@gmail.com>",