Skip to content

Commit

Permalink
Replace readonly property with const
Browse files Browse the repository at this point in the history
  • Loading branch information
araszka committed Sep 30, 2024
1 parent 3efe2bd commit aacc420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Modules/ScoreboardModule/Services/ScoreboardService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ IGameModeUiModuleService gameModeUiModuleService
)
: IScoreboardService
{
private static readonly string ScoreboardTemplate = "ScoreboardModule.Scoreboard";
private const string ScoreboardTemplate = "ScoreboardModule.Scoreboard";

public async Task SendScoreboardAsync()
{
Expand Down

0 comments on commit aacc420

Please sign in to comment.