mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-10 08:37:19 +01:00
Small improvement to the consumer status with stronger typing
This commit is contained in:
parent
802e5591ce
commit
07e7bcd30b
3 changed files with 103 additions and 41 deletions
|
|
@ -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') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue