Merge branch 'dev' into swamy/remove-unused-using-and-refactor-the-code

This commit is contained in:
Viswanatha Swamy 2020-12-17 11:18:20 +05:30
commit 0989e7fd4f

View File

@ -41,8 +41,6 @@ namespace Ordering.BackgroundTasks.Tasks
} }
_logger.LogDebug("GracePeriodManagerService background task is stopping."); _logger.LogDebug("GracePeriodManagerService background task is stopping.");
await Task.CompletedTask;
} }
private void CheckConfirmedGracePeriodOrders() private void CheckConfirmedGracePeriodOrders()