Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Mar 12, 2020
1 parent 022c93f commit 049f0e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ export const ml = {
/**
* Gets a list of calendars
* @param obj
* @returns {Promise<unknown>}
* @returns {Promise<Calendar[]>}
*/
calendars(obj?: { calendarId?: CalendarId; calendarIds?: CalendarId[] }) {
const { calendarId, calendarIds } = obj || {};
Expand Down

0 comments on commit 049f0e5

Please sign in to comment.