Removed a bunch of @ prefixes that aren't needed.
This commit is contained in:
parent
27c28aafcd
commit
40c7ba4ded
21 changed files with 254 additions and 254 deletions
SharpChat
|
@ -35,7 +35,7 @@ namespace SharpChat {
|
|||
using HttpClient httpClient = new(new HttpClientHandler() {
|
||||
UseProxy = false, // we will never and the initial resolving takes forever on linux
|
||||
});
|
||||
httpClient.DefaultRequestHeaders.Add(@"User-Agent", @"SharpChat/20230206");
|
||||
httpClient.DefaultRequestHeaders.Add("User-Agent", "SharpChat/20230206");
|
||||
|
||||
if(hasCancelled) return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue