-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(saveFiles): Do not download the same file multiple times
When multiple entries are related to the same file, saveFiles does not try to download the same file multiple times. After the first download, the index of existing files is updated. This can happen when saveFiles is called via saveBills when multiple bills are related to the same file.
- Loading branch information
1 parent
bc376a8
commit f6defb4
Showing
2 changed files
with
58 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters