mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-16 00:44:36 +01:00
clean up code
This commit is contained in:
@@ -51,7 +51,7 @@ namespace nksrv.IntlServer
|
||||
|
||||
var result = await client.SendAsync(request);
|
||||
var s = await result.Content.ReadAsStringAsync();
|
||||
WriteJsonString(s);
|
||||
await WriteJsonStringAsync(s);
|
||||
Console.WriteLine("li-sg redirect out: " + s);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user