TP-24975: code cleanup
This commit is contained in:
@@ -15,7 +15,7 @@ export class ApiService {
|
||||
localStorage.getItem('react-token') || '';
|
||||
req.headers['X-User-Email'] = userData
|
||||
? JSON.parse(userData)?.emailId
|
||||
: 'k.kamalakannan@navi.com';
|
||||
: null;
|
||||
return req;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user