if (tadah.session && tadah.session.heartbeat) {
axios.get("/heartbeat")
setInterval(() => {
}, 30 * 1000)
}