remove lint
authorGalen Charlton <gmc@equinoxinitiative.org>
Fri, 31 Jan 2020 23:13:25 +0000 (18:13 -0500)
committerGalen Charlton <gmc@equinoxinitiative.org>
Fri, 31 Jan 2020 23:13:25 +0000 (18:13 -0500)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/eg2/src/app/staff/acq/search/acq-search.service.ts

index bc4d357..d32c121 100644 (file)
@@ -248,7 +248,7 @@ export class AcqSearchService {
                         if (this.evt.parse(res)) {
                             throw throwError(res);
                         } else {
-                            return res
+                            return res;
                         }
                     }),
                 );