fix key check and ensureDirectory on startup

This commit is contained in:
arc-alex
2023-12-12 14:25:22 +01:00
parent a98bd0f4a4
commit a7a7a7d886
4 changed files with 28 additions and 25 deletions
+1 -1
View File
@@ -125,4 +125,4 @@ router.get('/sheet-settings', getGoogleSheetSettings);
router.post('/sheet-settings', validateGoogleSheetSettings, postGoogleSheetSettings);
// create route between controller and '/ontime/sheet-state' endpoint
router.get('/sheet-state', getGoogleSheetState);
router.get('/sheet-state', getGoogleSheetState);