LP1956986: follow-up to fix linter
authorJane Sandberg <js7389@princeton.edu>
Wed, 27 Jul 2022 22:24:46 +0000 (15:24 -0700)
committerJane Sandberg <js7389@princeton.edu>
Wed, 27 Jul 2022 22:24:46 +0000 (15:24 -0700)
Signed-off-by: Jane Sandberg <js7389@princeton.edu>

Open-ILS/src/eg2/src/app/core/org.service.ts

index 04f402c..065b030 100644 (file)
@@ -200,7 +200,7 @@ export class OrgService {
             return this.pcrud.search('aou', {parent_ou : null},
                 {flesh : -1, flesh_fields : {aou : ['children', 'ou_type']}},
                 {anonymous : true}
-            ).toPromise()
+            ).toPromise();
         })
 
         .then(tree => {