mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Revert "Respond with Error on Volvo fuckup, #266"
This reverts commit 5bc6af718e.
https://www.steamgifts.com/go/comment/6Fc717c
This commit is contained in:
@@ -1025,7 +1025,7 @@ namespace ArchiSteamFarm {
|
||||
}
|
||||
}
|
||||
|
||||
return response.Length == 0 ? "Error" : response.ToString();
|
||||
return response.Length == 0 ? null : response.ToString();
|
||||
}
|
||||
|
||||
private static async Task<string> ResponseRedeem(ulong steamID, string botName, string message, bool validate) {
|
||||
|
||||
Reference in New Issue
Block a user