Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiahub committed Aug 8, 2023
1 parent dfefd30 commit 3b5dca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/shared/api/task.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ export class TaskService {
}
const url = taskExecution?._links && taskExecution?._links['tasks/logs'] !== undefined
? taskExecution?._links['tasks/logs'].href :
UrlUtilities.calculateBaseApiUrl() + `tasks/logs/${taskExecution.externalExecutionId}${platform}&schemaTarget=${taskExecution.schemaTarget}`;
UrlUtilities.calculateBaseApiUrl() + `tasks/logs/${taskExecution.externalExecutionId}${platformName}&schemaTarget=${taskExecution.schemaTarget}`;
const params = new HttpParams({encoder: new DataflowEncoder()});
return this.httpClient
.get<any>(url, {
Expand Down

0 comments on commit 3b5dca4

Please sign in to comment.