sendFile with non-image files (fix #172)

This commit is contained in:
abalabahaha
2016-01-30 12:48:53 -08:00
parent c1171e6973
commit 89e3396af6
3 changed files with 7 additions and 3 deletions

View File

@@ -85,7 +85,7 @@ export default class InternalClient {
} else {
return reject(error);
}
}else{
} else {
resolve(data.body);
}
});