remove coar-notify.enable config, use ldn.enabled instead

This commit is contained in:
frabacche
2024-02-22 20:13:52 +01:00
parent e4a03404ad
commit c3d5b4cbe5

View File

@@ -22,7 +22,7 @@ export class NotifyInfoService {
) {}
isCoarConfigEnabled(): Observable<boolean> {
return this.configService.findByPropertyName('coar-notify.enabled').pipe(
return this.configService.findByPropertyName('ldn.enabled').pipe(
getFirstSucceededRemoteData(),
map(response => {
const booleanArrayValue = response.payload.values;