aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Models/TimelineInfo.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-11-27 01:26:23 +0800
committercrupest <crupest@outlook.com>2020-11-27 01:26:23 +0800
commit3971aeb4b0d1a7566b6c9d3c88984c488fdf8074 (patch)
tree04264df5e5030a70cbfb83c0037253a32e8aba9a /BackEnd/Timeline/Models/TimelineInfo.cs
parent3f4e88757f961532b84df85e86d21995655a29d4 (diff)
downloadtimeline-3971aeb4b0d1a7566b6c9d3c88984c488fdf8074.tar.gz
timeline-3971aeb4b0d1a7566b6c9d3c88984c488fdf8074.tar.bz2
timeline-3971aeb4b0d1a7566b6c9d3c88984c488fdf8074.zip
...
Diffstat (limited to 'BackEnd/Timeline/Models/TimelineInfo.cs')
-rw-r--r--BackEnd/Timeline/Models/TimelineInfo.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/BackEnd/Timeline/Models/TimelineInfo.cs b/BackEnd/Timeline/Models/TimelineInfo.cs
index 440f6b81..649af274 100644
--- a/BackEnd/Timeline/Models/TimelineInfo.cs
+++ b/BackEnd/Timeline/Models/TimelineInfo.cs
@@ -50,7 +50,7 @@ namespace Timeline.Models
public string DataTag { get; set; }
}
- public record TimelinePostInfo
+ public class TimelinePostInfo
{
public TimelinePostInfo()
{
@@ -76,7 +76,7 @@ namespace Timeline.Models
public string TimelineName { get; set; } = default!;
}
- public record TimelineInfo
+ public class TimelineInfo
{
public TimelineInfo()
{