Skip to content

Commit

Permalink
Pipeline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Matejk00 committed Sep 17, 2024
1 parent 4b3e29e commit 3c7d5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-libs/opf/base/root/config/opf-api-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { OpfApiBackendConfig } from '../model/opf-api-backend-config.model';
providedIn: 'root',
useExisting: Config,
})
export abstract class OpfApiConfig {
export abstract class OpfApiConfig extends Config {
backend?: OpfApiBackendConfig;
}

Expand Down

0 comments on commit 3c7d5c8

Please sign in to comment.