feat(RunnerController): add selfservice_links parameter to getRunners method
This commit is contained in:
		| @@ -84,6 +84,6 @@ export class Runner extends Participant { | ||||
|    * Turns this entity into it's response class. | ||||
|    */ | ||||
|   public toResponse(): ResponseRunner { | ||||
|     return new ResponseRunner(this); | ||||
|     return new ResponseRunner(this, true); | ||||
|   } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user