1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

finally fixed eslint issues

This commit is contained in:
muerwre 2019-08-09 12:51:21 +07:00
parent 5fb3445741
commit 5d219b3196
4 changed files with 27 additions and 106 deletions

View file

@ -9,7 +9,7 @@ import { HTTP_RESPONSES } from '~/utils/api';
import { VALIDATORS } from '~/utils/validators';
import { UUID, IFileWithUUID, IFile } from '../types';
function* uploadCall({ temp_id, onProgress, file }) {
function* uploadCall({ temp_id, onProgress, file }) {
return yield call(reqWrapper, fakeUploader, { file: { url: 'some', error: 'cant do this boss' }, onProgress, mustSucceed: true });
}