()
| 2286 | } |
| 2287 | |
| 2288 | async function loadLatestPush() { |
| 2289 | const data = await api(`/api/latest-push?user_id=${encodeURIComponent(currentUser())}`); |
| 2290 | renderPush(data.push || data.result?.push || data, { fromCache: true }); |
| 2291 | } |
| 2292 | |
| 2293 | async function runDaily() { |
| 2294 | syncDateControls(); |
no test coverage detected