1 parent 9dc5642 commit 39494bbCopy full SHA for 39494bb
1 file changed
Tanji.CLI/Program.cs
@@ -65,7 +65,7 @@ public async Task RunAsync(CancellationToken cancellationToken = default)
65
_logger.LogInformation("Intercepting Ticket(s)...");
66
do
67
{
68
- string ticket = true ? "hhus.ABC.v4" : await _webInterception.InterceptTicketAsync(cancellationToken).ConfigureAwait(false);
+ string ticket = await _webInterception.InterceptTicketAsync(cancellationToken).ConfigureAwait(false);
69
_logger.LogInformation("Ticket Acquired: {ticket}", ticket);
70
_webInterception.Stop();
71
0 commit comments