diff --git a/src/index.js b/src/index.js index d6742d4..8beaa9f 100644 --- a/src/index.js +++ b/src/index.js @@ -241,3 +241,10 @@ async function test() { } test(); +setInterval(() => { + test(); +}, 10 * 1000); + + + +