fix: rename cancellationToken to ct in ProcessReturnAsync call
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 9m21s
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 9m21s
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+1
-1
@@ -100,7 +100,7 @@ public class CancelOrderByAdminCommandHandler : IRequestHandler<CancelOrderByAdm
|
|||||||
item.ProductId, ProductType.RegularProduct,
|
item.ProductId, ProductType.RegularProduct,
|
||||||
item.Count, order.Id,
|
item.Count, order.Id,
|
||||||
note: $"برگشت موجودی — لغو سفارش #{order.Id} توسط Admin",
|
note: $"برگشت موجودی — لغو سفارش #{order.Id} توسط Admin",
|
||||||
cancellationToken: cancellationToken);
|
ct: cancellationToken);
|
||||||
|
|
||||||
if (!restored)
|
if (!restored)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user