mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-10-30 03:56:23 -05:00
Small improvement to the consumer status with stronger typing
This commit is contained in:
committed by
Trenton H
parent
802e5591ce
commit
07e7bcd30b
@@ -164,7 +164,7 @@ export class ConsumerStatusService {
|
||||
}
|
||||
status.documentId = statusMessage.document_id
|
||||
|
||||
if (created && statusMessage.status == 'STARTING') {
|
||||
if (created && statusMessage.status == 'STARTED') {
|
||||
this.documentDetectedSubject.next(status)
|
||||
}
|
||||
if (statusMessage.status == 'SUCCESS') {
|
||||
|
||||
Reference in New Issue
Block a user