@rolatech/angular-services 20.1.1 → 20.1.2

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.
@@ -2526,7 +2526,7 @@ class AssistantStreamService {
2526
2526
  const ctrl = new AbortController();
2527
2527
  const headers = {
2528
2528
  'Content-Type': 'application/json',
2529
- 'Accept': 'text/event-stream',
2529
+ Accept: 'text/event-stream',
2530
2530
  'client-id': this.environment.clientId,
2531
2531
  ...(init?.headers ?? {}),
2532
2532
  };