fix(put) flop.read: size -> size raw

This commit is contained in:
coderaiser 2014-06-20 06:09:33 -04:00
parent 6af872885b
commit a46dd3b315

View file

@ -50,7 +50,7 @@
break;
case 'patch':
flop.read(name, 'size', function(error, size) {
flop.read(name, 'size raw', function(error, size) {
var MAX_SIZE = CloudFunc.MAX_FILE_SIZE;
if (!error)