Upgrade to Flow 0.71
This commit is contained in:
@ -27,6 +27,7 @@ export const uploadFile = async (
|
||||
formData.append(key, data.form[key]);
|
||||
}
|
||||
|
||||
// $FlowFixMe
|
||||
if (file.blob) {
|
||||
// $FlowFixMe
|
||||
formData.append('file', file.file);
|
||||
|
Reference in New Issue
Block a user