Initial commit
This commit is contained in:
8
tests/polling.js
Normal file
8
tests/polling.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import { data } from "../wwwroot/core/appData.js";
|
||||
|
||||
try {
|
||||
console.log("Testing polling...");
|
||||
await data.instagramPoller.pollOnce();
|
||||
} catch(e){
|
||||
console.error(e);
|
||||
}
|
||||
Reference in New Issue
Block a user