Skip to content

Commit

Permalink
Remove unnecessary viewModelUpdateTimestamp updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianjoel committed Dec 16, 2024
1 parent 4c640e6 commit c3f9992
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client/src/app/gateways/repositories/base-repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -345,9 +345,6 @@ export abstract class BaseRepository<V extends BaseViewModel, M extends BaseMode
this.tapViewModels(Object.values(this.viewModelStore));
if (changedModels) {
await this.initChangeBasedResorting(newModels, updatedModels, newViewModels, updatedViewModels);
for (const viewModel of updatedViewModels) {
viewModel.viewModelUpdateTimestamp = Date.now();
}
}
},
type: PipelineActionType.General,
Expand Down

0 comments on commit c3f9992

Please sign in to comment.