maybe fun start(code : String) { val conf...
# announcements
v
maybe fun start(code : String) { val config = service.getConfig(code) ?: return // do actual biz logic based on config. }