fix: Use correct files to discard after local consumption

This commit is contained in:
Anton Stubenbord
2023-10-10 01:26:14 +02:00
parent f3df4c2685
commit 8dadaa42e3
4 changed files with 16 additions and 12 deletions

View File

@@ -14,6 +14,7 @@ abstract class PaperlessDocumentsApi {
int? correspondent,
Iterable<int> tags = const [],
int? asn,
void Function(double progress)? onProgressChanged,
});
Future<DocumentModel> update(DocumentModel doc);
Future<int> findNextAsn();