fix: download and upload files (#223)
* fix: download for unknown mime types * fix: async process two files from the queue * refactor: upload functions
This commit is contained in:
@@ -39,7 +39,6 @@ export enum FileAction {
|
||||
|
||||
export enum DownloadState {
|
||||
InProgress = 'in-progress',
|
||||
Completed = 'completed',
|
||||
Cancelled = 'cancelled',
|
||||
Error = 'error',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user