Skip to content

Commit

Permalink
Merge pull request #658 from forcedotcom/sm/conditional-for-labels
Browse files Browse the repository at this point in the history
fix: look for xformer on labels parent type
  • Loading branch information
shetzel authored Aug 16, 2024
2 parents aa9d6be + 0e6b593 commit 26f8d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sourceTracking.ts
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ export class SourceTracking extends AsyncCreatable {
);

// original CustomLabels behavior
const nonDecomposedLabels = this.registry.getTypeByName('customlabel').strategies?.transformer === 'nonDecomposed';
const nonDecomposedLabels = this.registry.getTypeByName('customlabels').strategies?.transformer === 'nonDecomposed';

const filenames = Array.from(sourceComponentByFileName.keys());
// delete the files
Expand Down

0 comments on commit 26f8d05

Please sign in to comment.