Skip to content

Commit

Permalink
3
Browse files Browse the repository at this point in the history
  • Loading branch information
Roblox-Thot authored Nov 19, 2024
1 parent a21d820 commit d26064f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Bloxstrap/RobloxInterfaces/Deployment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,7 @@ public static async Task<ClientVersion> GetInfo(string? channel = null)
{
const string LOG_IDENT = "Deployment::GetInfo";

if (String.IsNullOrEmpty(channel))
channel = Channel;
channel = Channel;

bool isDefaultChannel = String.Compare(channel, DefaultChannel, StringComparison.OrdinalIgnoreCase) == 0;

Expand Down

0 comments on commit d26064f

Please sign in to comment.