We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03712e commit bea2dd0Copy full SHA for bea2dd0
app.js
@@ -401,7 +401,7 @@ async function main() {
401
}
402
403
confirmCredentials(NOTION_DB) {
404
- const duration = 0; // COMBAK: Change back to 30
+ const duration = 15;
405
console.log(`Connected to database: \t${NOTION_DB}`);
406
console.log(`\nTerminate the application within ${duration} seconds if the above credentials are incorrect...\n`);
407
return new Promise((resolve) => {setTimeout(() => {resolve("====================\nSyncing Has Started\n====================")}, duration*1000)});
0 commit comments