LP1904036 lint
authorBill Erickson <berickxx@gmail.com>
Thu, 22 Apr 2021 18:56:39 +0000 (14:56 -0400)
committerBill Erickson <berickxx@gmail.com>
Tue, 13 Jul 2021 14:43:21 +0000 (10:43 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/src/app/staff/catalog/hold/hold.component.ts
Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.ts
Open-ILS/src/eg2/src/app/staff/share/worklog/worklog.service.ts

index 003ff20..4307608 100644 (file)
@@ -139,7 +139,7 @@ export class HoldComponent implements OnInit {
 
         this.store.getItem('circ.staff_placed_holds_fallback_to_ws_ou')
         .then(setting => this.puLibWsFallback = setting === true)
-        .then(_ => this.worklog.loadSettings())
+        .then(_ => this.worklog.loadSettings());
 
         this.org.list().forEach(org => {
             if (org.ou_type().can_have_vols() === 'f') {
index 4a8a6d6..357a2b2 100644 (file)
@@ -353,7 +353,7 @@ export class CheckinComponent implements OnInit, AfterViewInit {
 
         const row = rows[0];
         if (row.record) {
-            const id = row.record.doc_id()
+            const id = row.record.doc_id();
 
             const url = this.ngLocation.prepareExternalUrl(
                 `/staff/catalog/record/${id}/holds`);
index 5d284d3..8fe3cc1 100644 (file)
@@ -9,7 +9,7 @@ export interface WorkLogEntry {
     when?: Date;
     msg?: string;
     action?: string;
-    actor?: string // staff username
+    actor?: string; // staff username
     item?: string; // barcode
     item_id?: number;
     user?: string; // patron family name