Skip to content

Commit 194cf2b

Browse files
authored
Merge pull request #316 from Wafaamohamed2/feat/improve-chat-logging
Feat/improve chat logging
2 parents 54eb69b + 0bf6518 commit 194cf2b

File tree

5 files changed

+166
-72
lines changed

5 files changed

+166
-72
lines changed

src/OpenDeepWiki.Entities/Chat/ChatShareSnapshot.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public class ChatShareSnapshot : AggregateRoot<Guid>
4949
/// <summary>
5050
/// 分享创建时间(UTC)
5151
/// </summary>
52-
public DateTime CreatedAt { get; set; } = DateTime.UtcNow;
52+
public new DateTime CreatedAt { get; set; } = DateTime.UtcNow;
5353

5454
/// <summary>
5555
/// 分享过期时间(UTC)

0 commit comments

Comments
 (0)