mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-09-28 20:29:12 +00:00
Update ProjectLighthouse.Servers.Website/Pages/Debug/FilterTestPage.cshtml.cs
Co-authored-by: sudokoko <sudo@koko.rip>
This commit is contained in:
parent
d4a56a9617
commit
967231603d
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ public class FilterTestPage : BaseLayout
|
||||||
public IActionResult OnGet(string? text = null)
|
public IActionResult OnGet(string? text = null)
|
||||||
{
|
{
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
if (text != null) this.FilteredText = CensorHelper.FilterMessage(text, "test filter", null);
|
if (text != null) this.FilteredText = CensorHelper.FilterMessage(text, "test filter");
|
||||||
this.Text = text;
|
this.Text = text;
|
||||||
|
|
||||||
return this.Page();
|
return this.Page();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue