yeah here’s an example that motivated it: ``` retu...
# announcements
e
yeah here’s an example that motivated it:
Copy code
return request
    ?.let { bridge.localServer.shouldInterceptRequest(it) }
    .orElse { Timber.d("Didn't intercept ${request?.url}") }