fix public access to storageservice in template for detailed component

This commit is contained in:
Tykayn 2021-09-09 21:14:41 +02:00 committed by tykayn
parent 94ef23e3a3
commit e73336c00e
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ export class PollResultsDetailedComponent {
constructor(
private pollService: PollService,
private storageService: StorageService,
public storageService: StorageService,
private api: ApiService,
private toastService: ToastService
) {}