(...params)
| 10810 | return defaultParam(isCollectionDirty, { headers: this.authHeaders })(params[0]); |
| 10811 | } |
| 10812 | async smartCollectionSync(...params) { |
| 10813 | return defaultParam(smartCollectionSync, { |
| 10814 | headers: this.authHeaders, |
| 10815 | account: this.account, |
| 10816 | })(params[0]); |
| 10817 | } |
| 10818 | async calendarQuery(...params) { |
| 10819 | return defaultParam(calendarQuery, { headers: this.authHeaders })(params[0]); |
| 10820 | } |
nothing calls this directly
no test coverage detected