diff options
Diffstat (limited to 'Timeline/Models')
-rw-r--r-- | Timeline/Models/Timeline.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/Models/Timeline.cs b/Timeline/Models/Timeline.cs index c47d7be3..d4b3e849 100644 --- a/Timeline/Models/Timeline.cs +++ b/Timeline/Models/Timeline.cs @@ -70,7 +70,7 @@ namespace Timeline.Models public class Timeline
#pragma warning restore CA1724 // Type names should not match namespaces
{
- public Guid UniqueID { get; set; } = default!;
+ public string UniqueID { get; set; } = default!;
public string Name { get; set; } = default!;
public string Description { get; set; } = default!;
public User Owner { get; set; } = default!;
|