aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Services/TimelineService.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-11-18 19:43:33 +0800
committercrupest <crupest@outlook.com>2019-11-18 19:43:33 +0800
commitf927dcf674094857ba9729789ed0a5b272495332 (patch)
tree6280d70a821b3b5248817c29c58c2365ad1f63d9 /Timeline/Services/TimelineService.cs
parent468d7f4c416d4469375b7170beb5e388737c0970 (diff)
downloadtimeline-f927dcf674094857ba9729789ed0a5b272495332.tar.gz
timeline-f927dcf674094857ba9729789ed0a5b272495332.tar.bz2
timeline-f927dcf674094857ba9729789ed0a5b272495332.zip
Continue to write tests.
Diffstat (limited to 'Timeline/Services/TimelineService.cs')
-rw-r--r--Timeline/Services/TimelineService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/Services/TimelineService.cs b/Timeline/Services/TimelineService.cs
index 1d199aae..1e64353c 100644
--- a/Timeline/Services/TimelineService.cs
+++ b/Timeline/Services/TimelineService.cs
@@ -717,7 +717,7 @@ namespace Timeline.Services
return new BaseTimelineInfo
{
- Description = timelineEntity.Description,
+ Description = timelineEntity.Description ?? "",
Owner = username,
Visibility = timelineEntity.Visibility,
Members = memberUsernames.ToList()