Skip to content

Commit

Permalink
#436475 - Bugfix participantId variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ppel-gmv committed Jul 29, 2024
1 parent a311028 commit dfe04e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shared/services/vocabulary.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { JSON_LD_DEFAULT_CONTEXT } from '@think-it-labs/edc-connector-client';
export class VocabularyService {

private readonly BASE_URL = `${environment.runtime.sharedUrl}${environment.runtime.service.vocabulary.baseUrl}`;
private readonly PARTICIPANT_ID = `${environment.runtime.sharedUrl}`;
private readonly PARTICIPANT_ID = `${environment.runtime.participantId}`;

constructor(private http: HttpClient) {
}
Expand Down

0 comments on commit dfe04e9

Please sign in to comment.