Skip to content

Commit

Permalink
🐛 ClrearLastLookNoticeDateTime
Browse files Browse the repository at this point in the history
  • Loading branch information
AigioL committed Jun 29, 2024
1 parent df27068 commit 6c84a87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/BD.WTTS.Client/UI/ViewModels/Pages/DebugPageViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ public async void Debug(string? cmd)
GC.Collect();
break;
case "refreshnews":
#if DEBUG
NoticeService.Current.ClrearLastLookNoticeDateTime();
#endif
await NoticeService.Current.GetNewsAsync();
break;
case "login":
Expand Down

0 comments on commit 6c84a87

Please sign in to comment.