fix lint
authorGalen Charlton <gmc@equinoxinitiative.org>
Sun, 26 Jan 2020 09:51:19 +0000 (04:51 -0500)
committerGalen Charlton <gmc@equinoxinitiative.org>
Sun, 26 Jan 2020 09:51:19 +0000 (04:51 -0500)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/eg2/src/app/staff/acq/search/acq-search-form.component.ts

index 92a07f6..785e0a6 100644 (file)
@@ -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) {