removing content type ehader from event bus connection.

This commit is contained in:
Jason Kulatunga 2023-09-08 21:34:11 -07:00
parent 74fc682dbf
commit b2bff9ccdd
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ export class FastenApiService {
fetchEventSource(eventStreamUrl, {
method: 'GET',
headers: {
'Content-Type': 'application/json',
'Authorization': `Bearer ${this.authService.GetAuthToken()}`
},
onmessage(ev) {