@veloceapps/api 11.0.0-2 → 11.0.0-4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2177,7 +2177,6 @@ class RlmApiService {
2177
2177
  this.baseHttpService = baseHttpService;
2178
2178
  this.serviceUrl = '/rlm';
2179
2179
  }
2180
- // TODO: request RLM data only when RLM is installed. Otherwise skip rlm requests. Discuss solution|approach with BE
2181
2180
  fetchContextDefinitions$() {
2182
2181
  return this.baseHttpService
2183
2182
  .api({ url: `${this.serviceUrl}/context`, skipErrorHandler: true })