From 7795f92234fda8dd3f015db918c0668b2ba6636f Mon Sep 17 00:00:00 2001 From: Kim Shepherd Date: Sun, 18 Sep 2022 11:17:49 +1200 Subject: [PATCH] [TLC-249] Update data service usage since rebasing --- src/app/core/data/identifier-data.service.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/core/data/identifier-data.service.ts b/src/app/core/data/identifier-data.service.ts index 874d486d35..d494b5171d 100644 --- a/src/app/core/data/identifier-data.service.ts +++ b/src/app/core/data/identifier-data.service.ts @@ -34,9 +34,8 @@ export class IdentifierDataService extends BaseDataService { protected requestService: RequestService, protected store: Store, private configurationService: ConfigurationDataService, - protected linkPath = 'identifiers', ) { - super(linkPath, requestService, rdbService, objectCache, halService); + super('identifiers', requestService, rdbService, objectCache, halService); } /**