serializers - drive-file: add created_at field by uploadedDate

This commit is contained in:
otofune 2017-11-06 15:27:16 +09:00
parent 18b1ef29ad
commit d0dab265f4
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ export default (
let _target: any = {};
_target.id = _file._id;
_target.created_at = _file.uploadDate
_target = Object.assign(_target, _file.metadata);