From: Bill Erickson Date: Thu, 16 Jun 2022 15:48:09 +0000 (-0400) Subject: LP1840773 SCKO Angular X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5b96640d14c7197263aabe753f6e0fd5f5338a7c;p=working%2FEvergreen.git LP1840773 SCKO Angular Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/eg2/src/app/scko/banner.component.ts b/Open-ILS/src/eg2/src/app/scko/banner.component.ts index a632ebe2fb..8a9e281ffa 100644 --- a/Open-ILS/src/eg2/src/app/scko/banner.component.ts +++ b/Open-ILS/src/eg2/src/app/scko/banner.component.ts @@ -163,14 +163,14 @@ export class SckoBannerComponent implements OnInit { const evt = this.evt.parse(patronId); if (evt || !patronId) { - console.error("Cannot find user: ", evt); + console.error('Cannot find user: ', evt); return Promise.reject('User not found'); } return this.net.request( 'open-ils.actor', 'open-ils.actor.user.fleshed.retrieve.authoritative', - this.auth.token(), patronId).toPromise() + this.auth.token(), patronId).toPromise(); }).then(patron => {