auth service
authorLlewellyn Marshall <llewellyn.marshall@ncdcr.gov>
Fri, 5 Aug 2022 19:02:26 +0000 (15:02 -0400)
committerLlewellyn Marshall <llewellyn.marshall@ncdcr.gov>
Fri, 5 Aug 2022 19:02:26 +0000 (15:02 -0400)
Open-ILS/src/eg2/src/app/staff/admin/server/org-unit-shipping-hub-distance.component.ts

index b7fbcdd..8e7b731 100644 (file)
@@ -2,6 +2,7 @@ import {Component, OnInit} from '@angular/core';
 import {ActivatedRoute} from '@angular/router';
 import {IdlService} from '@eg/core/idl.service';
 import {NetService} from '@eg/core/net.service';
+import {AuthService} from '@eg/core/auth.service';
 
 /**
  * Generic IDL class editor page.
@@ -44,6 +45,7 @@ export class OrgUnitShippingHubDistanceComponent implements OnInit {
         private route: ActivatedRoute,
         private idl: IdlService,
         private net: NetService
+        private auth: AuthService
     ) {
     }