From: Galen Charlton Date: Sun, 26 Jan 2020 09:51:19 +0000 (-0500) Subject: fix lint X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0694e41ae6f0bd487f1bc8caccbf8800be7ac1e4;p=working%2FEvergreen.git fix lint Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/eg2/src/app/staff/acq/search/acq-search-form.component.ts b/Open-ILS/src/eg2/src/app/staff/acq/search/acq-search-form.component.ts index 92a07f6e95..785e0a6f35 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/search/acq-search-form.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/acq/search/acq-search-form.component.ts @@ -47,7 +47,7 @@ export class AcqSearchFormComponent implements OnInit, AfterViewInit { const self = this; this.store.getItem(this.runImmediatelySetting).then(val => { - this.runImmediately = val + this.runImmediately = val; this.hints.forEach( function(hint) {