mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Remove unused var
This commit is contained in:
parent
e329d72e8b
commit
9e9266b92a
@ -68,7 +68,6 @@ export class DocumentListComponent implements OnInit, OnDestroy, AfterViewInit {
|
||||
unmodifiedFilterRules: FilterRule[] = []
|
||||
|
||||
private unsubscribeNotifier: Subject<any> = new Subject()
|
||||
private consumptionFinishedSubscription: Subscription
|
||||
|
||||
get isFiltered() {
|
||||
return this.list.filterRules?.length > 0
|
||||
@ -101,7 +100,7 @@ export class DocumentListComponent implements OnInit, OnDestroy, AfterViewInit {
|
||||
this.displayMode = localStorage.getItem('document-list:displayMode')
|
||||
}
|
||||
|
||||
this.consumptionFinishedSubscription = this.consumerStatusService
|
||||
this.consumerStatusService
|
||||
.onDocumentConsumptionFinished()
|
||||
.pipe(takeUntil(this.unsubscribeNotifier))
|
||||
.subscribe(() => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user