Skip to content

Commit

Permalink
Update playground/CommandInfoUpdater/CommandInfoUpdater.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Maas <[email protected]>
  • Loading branch information
TalZaccai and lmaas authored May 8, 2024
1 parent 9405562 commit 1649db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/CommandInfoUpdater/CommandInfoUpdater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ private static bool GetUserConfirmation(IReadOnlyDictionary<string, RespCommands
/// <param name="commandsInfo">Queried commands info</param>
/// <returns>True if succeeded</returns>
private static unsafe bool TryGetCommandsInfo(string[] commandsToQuery, int respServerPort,
IPAddress respServerHost, ILogger logger, out IDictionary<string, RespCommandsInfo> commandsInfo)
IPAddress respServerHost, ILogger logger, out IDictionary<string, RespCommandsInfo>? commandsInfo)
{
commandsInfo = default;

Expand Down

0 comments on commit 1649db7

Please sign in to comment.