Merge pull request #2909 from nextcloud/cleanup/updateTodayJob

minor: remove `updateTodayJob` from main Calendar.vue
This commit is contained in:
Christoph Wurst 2021-02-25 17:01:50 +01:00 committed by GitHub
commit 3f389d67cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -111,8 +111,6 @@ export default {
return {
loadingCalendars: true,
timeFrameCacheExpiryJob: null,
updateTodayJob: null,
updateTodayJobPreviousDate: null,
showEmptyCalendarScreen: false,
}
},