Skip to content

Commit

Permalink
Remove legacy property in ticket service
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-bstein committed Jan 21, 2025
1 parent 2c141e2 commit f7339dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Gameboard.Api/Features/Ticket/TicketService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ ISupportHubBus supportHubBus
private readonly ISupportHubBus _supportHubBus = supportHubBus;

internal static char TAGS_DELIMITER = ' ';
public static readonly string OpenStatus = "Open";

public string GetFullKey(int key)
=> $"{(Options.KeyPrefix.IsEmpty() ? "GB" : Options.KeyPrefix)}-{key}";
Expand Down

0 comments on commit f7339dc

Please sign in to comment.