refactor: 💡 rename getWeekNote to getWeekFirstDayNote

This commit is contained in:
Jin
2025-04-01 14:46:35 +02:00
parent ef8ecc452c
commit 674e5976ef
10 changed files with 17 additions and 16 deletions

View File

@@ -563,7 +563,7 @@ function FrontendScriptApi(startNote, currentNote, originEntity = null, $contain
* @param {string} date - e.g. "2019-04-29"
* @returns {Promise<FNote>}
*/
this.getWeekNote = dateNotesService.getWeekNote;
this.getWeekFirstDayNote = dateNotesService.getWeekFirstDayNote;
/**
* Returns month-note. If it doesn't exist, it is automatically created.