[API] Fix bu

This commit is contained in:
syuilo⭐️ 2017-01-24 21:44:30 +09:00 committed by GitHub
parent 70fe14a88e
commit 7bc788fc57
1 changed files with 1 additions and 3 deletions

View File

@ -110,7 +110,7 @@ export default (
}
// Create DriveFile document
const res = await DriveFile.insert({
const file = await DriveFile.insert({
created_at: new Date(),
user_id: user._id,
folder_id: folder !== null ? folder._id : null,
@ -123,8 +123,6 @@ export default (
properties: properties
});
const file = res.ops[0];
resolve(file);
// Serialize