Skip to content

Commit f955610

Browse files
authored
refactor(angular): remove redundant version() call in dataModel computed property (a2ui-project#1475)
Removes the redundant this.messageProcessorV08.version() call in the dataModel computed property of AgentStubV08Service.
1 parent 0dea579 commit f955610

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

renderers/angular/a2ui_explorer/src/app/agent-stub-v08.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ export class AgentStubV08Service extends AgentStubService {
4545
private actionSub?: {unsubscribe: () => void};
4646

4747
override dataModel = computed(() => {
48-
this.messageProcessorV08.version();
4948
const surfaceId = this.surfaceId();
5049
if (!surfaceId) return {};
5150
const surfaces = this.messageProcessorV08.getSurfaces();

0 commit comments

Comments
 (0)