Skip to content

Commit

Permalink
mong us
Browse files Browse the repository at this point in the history
  • Loading branch information
Simyon264 committed Feb 23, 2024
1 parent 4cf7020 commit eca9882
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion SU.LorePage/Layout/Screen.razor
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@
Content = new("");
await JsRuntime.InvokeVoidAsync("deleteAudio", Id);

var response = await Http.GetAsync($"Resources/{file}");
// Get response and skip cache
var response = await Http.GetAsync($"Resources/{file}?_=" + DateTime.Now.Ticks);

if (!response.IsSuccessStatusCode)
{
Expand Down
2 changes: 1 addition & 1 deletion SU.LorePage/wwwroot/Resources/Person/Nathan.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Incident Reports
[color=info]Incident 23-02-2224:[color=white]
Subject: Nathan Wilkerson
Location: Sector Umbra
Description: Inspection notes for shift: [button=Person/Nathan/;View]
Description: Inspection notes for shift: [button=Person/Nathan/Mildred.23.2.2024.md;View]
Conclusion: N / A
[color=info]Incident 27-01-2224:[color=white]
Subject: Nathan Wilkerson
Expand Down

0 comments on commit eca9882

Please sign in to comment.