mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-10 13:44:22 +00:00
Round 2 of nullable checks
This commit is contained in:
@@ -671,7 +671,7 @@ namespace ArchiSteamFarm {
|
||||
}
|
||||
|
||||
if (!string.IsNullOrEmpty(referer)) {
|
||||
request.Headers.Referrer = new Uri(referer);
|
||||
request.Headers.Referrer = new Uri(referer!);
|
||||
}
|
||||
|
||||
if (Debugging.IsUserDebugging) {
|
||||
|
||||
Reference in New Issue
Block a user