[Server] Delete the needless property

This commit is contained in:
syuilo 2017-02-06 21:14:42 +09:00
parent 36ed2c7912
commit 1113e0bfa5

View file

@ -141,6 +141,8 @@ export default (
properties: properties
});
delete file.data;
log(`drive file has been created ${file._id}`);
resolve(file);