add webhook gitea

This commit is contained in:
joseph le 2023-09-20 13:41:56 +07:00
parent a1700db44c
commit 09449bf6d6
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ try {
// Specify the interval between // Specify the interval between
// each poll the file // each poll the file
interval: 4000, interval: 6000,
}, },
(curr, prev) => { (curr, prev) => {
console.log("\nThe file was edited"); console.log("\nThe file was edited");
@ -113,7 +113,7 @@ try {
// Specify the interval between // Specify the interval between
// each poll the file // each poll the file
interval: 4000, interval: 6000,
}, },
(curr, prev) => { (curr, prev) => {
console.log("\nThe file was edited"); console.log("\nThe file was edited");