aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Models/Mapper/TimelineMapper.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-02-04 21:26:01 +0800
committercrupest <crupest@outlook.com>2021-02-04 21:26:01 +0800
commita46460a3cc71497bc7d360ab3d7068059bc7a0cc (patch)
treed1d361e9e5204c06b4356db6d20e7b0adcc39021 /BackEnd/Timeline/Models/Mapper/TimelineMapper.cs
parentad1e58e80ca5e3eb1e72b93affa82082a3ee861b (diff)
downloadtimeline-a46460a3cc71497bc7d360ab3d7068059bc7a0cc.tar.gz
timeline-a46460a3cc71497bc7d360ab3d7068059bc7a0cc.tar.bz2
timeline-a46460a3cc71497bc7d360ab3d7068059bc7a0cc.zip
...
Diffstat (limited to 'BackEnd/Timeline/Models/Mapper/TimelineMapper.cs')
-rw-r--r--BackEnd/Timeline/Models/Mapper/TimelineMapper.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/BackEnd/Timeline/Models/Mapper/TimelineMapper.cs b/BackEnd/Timeline/Models/Mapper/TimelineMapper.cs
index 25abf0ba..94e55237 100644
--- a/BackEnd/Timeline/Models/Mapper/TimelineMapper.cs
+++ b/BackEnd/Timeline/Models/Mapper/TimelineMapper.cs
@@ -106,6 +106,7 @@ namespace Timeline.Models.Mapper
deleted: content is null,
time: entity.Time,
author: author,
+ color: entity.Color,
lastUpdated: entity.LastUpdated
);
}