add jsdoc

This commit is contained in:
2026-04-17 15:36:11 +02:00
parent 8d1a6ba740
commit 46c34ba545
3 changed files with 32 additions and 3 deletions
+5
View File
@@ -3,6 +3,11 @@ import * as cheerio from "cheerio";
import { error, reading } from "../helpers/html.mjs";
import { log } from "../helpers/logger.mjs";
/**
* Fetches the daily Bible reading from the USCCB website and updates the app's HTML.
*
* @param {Object} app - The application instance to update with the fetched reading.
*/
export default async function refresh(app) {
const key = format(startOfToday(), "MMddyy");