Skip to content

Commit

Permalink
Up interface name
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiahub committed Apr 10, 2024
1 parent 5369828 commit c59367d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/shared/model/task-execution.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export class TaskExecutionPage extends Page<TaskExecution> {
}
}

export class TaskExecutionThingPage extends Page<TaskExecution> {
export class TaskExecutionThinPage extends Page<TaskExecution> {
static parse(input: any): Page<TaskExecutionThin> {
const page = Page.fromJSON<TaskExecutionThin>(input);
if (input && input._embedded && input._embedded.taskExecutionResourceList) {
Expand Down

0 comments on commit c59367d

Please sign in to comment.