Removed unnecessary await (#1546)
This commit is contained in:
parent
6824c1cb4c
commit
b50296428b
@ -41,8 +41,6 @@ namespace Ordering.BackgroundTasks.Tasks
|
||||
}
|
||||
|
||||
_logger.LogDebug("GracePeriodManagerService background task is stopping.");
|
||||
|
||||
await Task.CompletedTask;
|
||||
}
|
||||
|
||||
private void CheckConfirmedGracePeriodOrders()
|
||||
|
Loading…
x
Reference in New Issue
Block a user