Removing not required await Task.CompletedTask;
This commit is contained in:
parent
8f6b979f53
commit
5bc8f126f8
@ -45,8 +45,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
_logger.LogDebug($"GracePeriod background task is stopping.");
|
_logger.LogDebug($"GracePeriod background task is stopping.");
|
||||||
|
|
||||||
await Task.CompletedTask;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void CheckConfirmedGracePeriodOrders()
|
private void CheckConfirmedGracePeriodOrders()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user