feat(RunnerOrganizationService.runnerOrganizationControllerGetRunners): load all runners in org
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build Latest and dev images / build-container (push) Successful in 1m7s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build Latest and dev images / build-container (push) Successful in 1m7s
				
			This commit is contained in:
		| @@ -125,7 +125,7 @@ | |||||||
| 			let runners = | 			let runners = | ||||||
| 				await RunnerOrganizationService.runnerOrganizationControllerGetRunners( | 				await RunnerOrganizationService.runnerOrganizationControllerGetRunners( | ||||||
| 					o.id, | 					o.id, | ||||||
| 					true | 					false | ||||||
| 				); | 				); | ||||||
| 			let cards = []; | 			let cards = []; | ||||||
| 			for (let runner of runners) { | 			for (let runner of runners) { | ||||||
|   | |||||||
| @@ -104,7 +104,7 @@ | |||||||
| 			let runners = | 			let runners = | ||||||
| 				await RunnerOrganizationService.runnerOrganizationControllerGetRunners( | 				await RunnerOrganizationService.runnerOrganizationControllerGetRunners( | ||||||
| 					o.id, | 					o.id, | ||||||
| 					true | 					false | ||||||
| 				); | 				); | ||||||
| 			let certificateRunners = []; | 			let certificateRunners = []; | ||||||
| 			for (let runner of runners) { | 			for (let runner of runners) { | ||||||
|   | |||||||
| @@ -68,7 +68,7 @@ | |||||||
| 			let runners = | 			let runners = | ||||||
| 				await RunnerOrganizationService.runnerOrganizationControllerGetRunners( | 				await RunnerOrganizationService.runnerOrganizationControllerGetRunners( | ||||||
| 					o.id, | 					o.id, | ||||||
| 					true | 					false | ||||||
| 				); | 				); | ||||||
| 			await documentServer | 			await documentServer | ||||||
| 				.generateContracts(runners, locale) | 				.generateContracts(runners, locale) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user