From ab40334b15ed5c526411fc92282f046c0a88bf42 Mon Sep 17 00:00:00 2001 From: YukiGasai Date: Wed, 21 Jun 2023 18:05:18 +0200 Subject: [PATCH] Fixed missing ? #138 --- manifest.json | 2 +- package.json | 2 +- src/googleApi/GoogleCreateEvent.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index eb62bf0..7df3bdc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "google-calendar", "name": "Google Calendar", - "version": "1.9.17", + "version": "1.9.18", "minAppVersion": "0.12.0", "description": "Interact with your Google Calendar from Inside Obsidian", "author": "YukiGasai", diff --git a/package.json b/package.json index daf1cd6..cd4a301 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "google-calendar", - "version": "1.9.17", + "version": "1.9.18", "description": "Interact with your Google Calendar from Inside Obsidian", "main": "main.js", "scripts": { diff --git a/src/googleApi/GoogleCreateEvent.ts b/src/googleApi/GoogleCreateEvent.ts index 63c9a2e..c0f6eb2 100644 --- a/src/googleApi/GoogleCreateEvent.ts +++ b/src/googleApi/GoogleCreateEvent.ts @@ -53,7 +53,7 @@ export async function googleCreateEvent(event: GoogleEvent | any): Promise