This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Removing not required await Task.CompletedTask;
pull/422/head
Cesar De la Torre
7 years ago
parent
8f6b979f53
commit
5bc8f126f8
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
src/Services/Ordering/Ordering.API/Infrastructure/HostedServices/GracePeriodManagerService.cs
+ 1
- 2
src/Services/Ordering/Ordering.API/Infrastructure/HostedServices/GracePeriodManagerService.cs
View File
@ -45,8 +45,7 @@
}
_logger
.
LogDebug
(
$"GracePeriod background task is stopping."
)
;
await
Task
.
CompletedTask
;
}
private
void
CheckConfirmedGracePeriodOrders
(
)
Write
Preview
Loading…
Cancel
Save