fix: adjust network tree depth limit and update commission mapping
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 2m5s
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 2m5s
This commit is contained in:
@@ -30,6 +30,7 @@ public class CommissionProfile : IRegister
|
||||
.Map(dest => dest.CalculatedAt, src => src.CalculatedAt.HasValue
|
||||
? Timestamp.FromDateTime(src.CalculatedAt.Value.ToUniversalTime())
|
||||
: null)
|
||||
|
||||
.Map(dest => dest.LastExecutionStatus, src => src.LastExecutionStatus ?? string.Empty)
|
||||
.Map(dest => dest.TotalPoolAmount, src => src.TotalPoolAmount ?? 0)
|
||||
.Map(dest => dest.EligibleUsersCount, src => src.EligibleUsersCount ?? 0)
|
||||
|
||||
Reference in New Issue
Block a user