From 2c5c47e3c5343419a6efa618b9d6549394da2e9f Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 19 Apr 2021 15:29:33 +0300 Subject: Fix date logic --- src/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/index.ts') diff --git a/src/index.ts b/src/index.ts index 8bb5c69..773ae3c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -44,6 +44,7 @@ const main = async () => { const newDateStamps = sheets.updatedLastDoneDateStamps(entries); await sheets.updateSheetLastDoneColumn(newDateStamps); + res.sendStatus(200); } catch (err) { console.error(err); -- cgit v1.3