Skip to content

Commit

Permalink
fix: look for xformer on labels parent type
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Aug 15, 2024
1 parent 2545f25 commit 0e6b593
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 0e6b593

Please sign in to comment.