Advertisement
Slyke

Untitled

Dec 7th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. return this.httpClient.get(url,
  2. {
  3. headers: new HttpHeaders().set('Authorization', 'Bearer ' + this.adalService.accessToken),
  4. // })
  5. }).map(auctionListData => (auctionListData.find(auctionItem => auctionItem.id === auctionId)));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement