aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.ts')
-rw-r--r--src/index.ts1
1 files changed, 1 insertions, 0 deletions
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);