You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Use named imports for tsdav field updater functions
Changed from default import to named imports for:
- updateEventFields (update-event-fields.js)
- updateVCardFields (update-contact-fields.js)
- updateTodoFields (update-todo-fields.js)
The functions are exported as named exports by tsdav, not as part of
the default export. This was causing "is not a function" errors at runtime.
Also removed unnecessary type checking in update-event-fields.js since
the function is now guaranteed to be imported correctly.
0 commit comments