mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
add commnets
This commit is contained in:
@@ -33,9 +33,10 @@ export class ChatService {
|
||||
)
|
||||
{
|
||||
this.setHeader()
|
||||
window['setChatHeader'] = this.setHeader
|
||||
}
|
||||
|
||||
setHeader() {
|
||||
setHeader = () => {
|
||||
this.loggedUserChat = this.authService.ValidatedUserChat;
|
||||
this.headers = new HttpHeaders();
|
||||
this.headers = this.headers.set('X-User-Id', this.loggedUserChat['data'].userId);
|
||||
|
||||
Reference in New Issue
Block a user