mlool / workday-calendar-extension

MIT License
57 stars 22 forks source link

fix off-by-one API Error #142

Closed jaskirat-gill closed 1 month ago

jaskirat-gill commented 1 month ago

What Issue does this PR resolve? (Link to GitHub Issue, approved features and bugs will be given priority)

Please provide a video demo below, or a screenshot and description of the change.

Very small fix for API, original fix for -off-by-one context ID error I forgot that javascript treats undefined as falsey and thus my recursive check made it so the fix didnt do anything

Tag reviewers for the PR below.

@mlool