Fix storage service

This commit is contained in:
Peter Maquiran
2021-08-31 19:30:08 +01:00
parent 40a6a4d37a
commit 82a601ccec
6 changed files with 16 additions and 41 deletions
@@ -30,8 +30,6 @@ export class ListBoxService {
list(eventSource: EventListStore[], profile: 'md' | 'pr' | 'all', rangeStartDate, randEndDate, {segment = 'todo'}) {
console.log('eventSource: EventListStore[]',eventSource)
if(profile != 'all') {
eventSource = this.filterProfile(eventSource, profile)
}