import { data } from "../wwwroot/core/appData.js"; try { console.log("Testing polling..."); await data.instagramPoller.pollOnce(); } catch(e){ console.error(e); }