Skip to content

Commit 4044206

Browse files
avivkellerCopilot
andauthored
Update src/calendar.mjs
Co-authored-by: Copilot <[email protected]>
1 parent 85b2d12 commit 4044206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/calendar.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const getEventsFromCalendar = async url => {
1414
/**
1515
* Finds the next meeting event in any iCal feed for the current week
1616
* @param {import('./types').MeetingConfig} meetingConfig - Meeting configuration object
17-
* @returns {Promise<Date>} Calendar event object
17+
* @returns {Promise<Date>} The date of the next meeting
1818
*/
1919
export const findNextMeetingDate = async ({ properties }) => {
2020
const now = new Date();

0 commit comments

Comments
 (0)