1
0

chore: Minor changes
All checks were successful
Remote Deploy / deploy (push) Successful in 4s

This commit is contained in:
2025-11-20 14:19:03 +01:00
parent 3d0f971b8d
commit bdf8f6436f
2 changed files with 14 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ import parseThisShit from './parse.js';
const EMAIL = process.env.EMAIL;
const PASSWORD = process.env.PASSWORD;
const SHAREPOINT_URL = 'https://spsejecnacz.sharepoint.com/:x:/s/nastenka/ESy19K245Y9BouR5ksciMvgBu3Pn_9EaT0fpP8R6MrkEmg';
const SHAREPOINT_URL = process.env.SHAREPOINT_URL || 'https://spsejecnacz.sharepoint.com/:x:/s/nastenka/ESy19K245Y9BouR5ksciMvgBu3Pn_9EaT0fpP8R6MrkEmg';
const VOLUME_PATH = path.resolve('./volume/browser');
async function clearDownloadsFolder() {