mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
fix: remove async on task, as it's unnecessary
This commit is contained in:
parent
c4cf8f13e9
commit
afcddad1cc
1 changed files with 1 additions and 1 deletions
|
|
@ -2399,7 +2399,7 @@ namespace PepperDash.Essentials
|
|||
|
||||
foreach (var handler in handlers)
|
||||
{
|
||||
Task.Run(async () =>
|
||||
Task.Run(() =>
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue