From 0694e41ae6f0bd487f1bc8caccbf8800be7ac1e4 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Sun, 26 Jan 2020 04:51:19 -0500 Subject: [PATCH] fix lint Signed-off-by: Galen Charlton --- Open-ILS/src/eg2/src/app/staff/acq/search/acq-search-form.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.11.0