mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-25 06:41:36 -07:00
serializers - drive-file: add created_at field by uploadedDate
This commit is contained in:
parent
d25a71a4de
commit
0e9e7c9ac6
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ export default (
|
|||
let _target: any = {};
|
||||
|
||||
_target.id = _file._id;
|
||||
_target.created_at = _file.uploadDate
|
||||
|
||||
_target = Object.assign(_target, _file.metadata);
|
||||
|
||||
|
|
Loading…
Reference in a new issue