Skip to content

Commit bea2dd0

Browse files
Update app.js
1 parent d03712e commit bea2dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ async function main() {
401401
}
402402

403403
confirmCredentials(NOTION_DB) {
404-
const duration = 0; // COMBAK: Change back to 30
404+
const duration = 15;
405405
console.log(`Connected to database: \t${NOTION_DB}`);
406406
console.log(`\nTerminate the application within ${duration} seconds if the above credentials are incorrect...\n`);
407407
return new Promise((resolve) => {setTimeout(() => {resolve("====================\nSyncing Has Started\n====================")}, duration*1000)});

0 commit comments

Comments
 (0)