Skip to content

Commit

Permalink
RDFBROWSER-497 made configService protected, updated cross-spawn vers…
Browse files Browse the repository at this point in the history
…ion for trivvy
  • Loading branch information
gaaliciA1990 committed Dec 9, 2024
1 parent b992e54 commit 8261c5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class EvsHeaderComponent implements OnInit {
truncated: boolean = true;

constructor(private http: HttpClient,
private configService: ConfigurationService,
protected configService: ConfigurationService,
private conceptService: ConceptDetailService,
public router: Router) {
this.router.events.subscribe((event) => {
Expand Down

0 comments on commit 8261c5b

Please sign in to comment.