fix: update default Created date to DateTime.Now in payout mapping
Build and Deploy / build (push) Successful in 2m22s
Build and Deploy / build (push) Successful in 2m22s
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ public class GetUserPayoutsQueryHandler : IRequestHandler<GetUserPayoutsQuery, G
|
||||
Status = m.Status,
|
||||
WithdrawalMethod = m.WithdrawalMethod,
|
||||
IbanNumber = m.IbanNumber,
|
||||
Created = m.Created!=null?m.Created.ToDateTime():DateTime.MinValue,
|
||||
Created = m.Created!=null?m.Created.ToDateTime():DateTime.Now,
|
||||
LastModified = m.LastModified?.ToDateTime()
|
||||
}).ToList()
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user