Skip to content

Commit

Permalink
delete usage of unknown index property
Browse files Browse the repository at this point in the history
  • Loading branch information
heimwege committed Jan 9, 2025
1 parent b03896c commit c3c5397
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/fiori-annotation-api/src/cds/preprocessor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ class ChangePreprocessor {
continue;
}
const newChange = structuredClone(change);
newChange.index = 0;
this.commands.set(i, {
type: 'replace',
changes: [newChange]
Expand Down

0 comments on commit c3c5397

Please sign in to comment.