Skip to content

Commit

Permalink
https://github.com/kewisch/ical.js/issues/723#issuecomment-2203953839
Browse files Browse the repository at this point in the history
  • Loading branch information
jannikac committed Jul 3, 2024
1 parent 92a48ca commit 7e096fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ical/timezone_service.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ const TimezoneService = {
/**
* Returns a timezone by its tzid if present.
*
* @param {String} tzid Timezone identifier (e.g. America/Los_Angeles)
* @return {?Timezone} The timezone, or null if not found
* @param {String} tzid Timezone identifier (e.g. America/Los_Angeles)
* @return {Timezone | undefined} The timezone, or undefined if not found
*/
get: function(tzid) {
if (zones === null) {
Expand Down

0 comments on commit 7e096fb

Please sign in to comment.