File tree Expand file tree Collapse file tree
SW.Bitween.Api/Resources/Subscriptions Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,6 +62,8 @@ public async Task<object> Handle(int key)
6262 CategoryCode = subscriber . Category ? . Code ,
6363 CategoryId = subscriber . CategoryId ,
6464 WorkGroupId = subscriber . WorkGroupId ,
65+ RetryPolicyId = subscriber . RetryPolicyId ,
66+ CustomRetryPolicy = subscriber . CustomRetryPolicy ,
6567 Schedules = subscriber . Schedules . Select ( s => new ScheduleView
6668 {
6769 Backwards = s . Backwards ,
Original file line number Diff line number Diff line change @@ -62,7 +62,9 @@ join document in _dbContext.Set<Document>() on subscriber.DocumentId equals docu
6262 WorkGroupId = subscriber . WorkGroupId ,
6363 CategoryDescription = subscriber . Category . Description ,
6464 CategoryCode = subscriber . Category . Code ,
65-
65+ RetryPolicyId = subscriber . RetryPolicyId ,
66+ CustomRetryPolicy = subscriber . CustomRetryPolicy ,
67+
6668 } ;
6769
6870 query = query . AsNoTracking ( ) . AsQueryable ( ) ;
You can’t perform that action at this time.
0 commit comments