mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-03 20:49:54 +03:00
Bump Microsoft.Extensions.Hosting from 7.0.1 to 8.0.0 (#187)
Bumps [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) from 7.0.1 to 8.0.0. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
c09d26fd6f
commit
7e47c56015
2 changed files with 2 additions and 2 deletions
|
@ -100,7 +100,7 @@ public sealed class GuildDataService : IHostedService
|
|||
JsonNode? jsonSettings = null;
|
||||
try
|
||||
{
|
||||
jsonSettings = JsonNode.Parse(settingsStream);
|
||||
jsonSettings = await JsonNode.ParseAsync(settingsStream, cancellationToken: ct);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue