mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed prettier, eslint?
This commit is contained in:
parent
3eafd990cb
commit
3413b22ac2
6 changed files with 70 additions and 20 deletions
|
@ -11,7 +11,7 @@ function* uploadCall({ temp_id, onProgress, file }) {
|
|||
return yield call(reqWrapper, fakeUploader, { file: { url: 'some', error: 'cant do this boss' }, onProgress, mustSucceed: true });
|
||||
}
|
||||
|
||||
function* onUploadProgress(chan) {
|
||||
function* onUploadProgress(chan) {
|
||||
while (true) {
|
||||
const { progress, temp_id }: { progress: number; temp_id: string } = yield take(chan);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue