We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb63b2e commit 270cf7aCopy full SHA for 270cf7a
src/commands/project/retrieve/start.ts
@@ -203,7 +203,6 @@ export default class RetrieveMetadata extends SfCommand<RetrieveResultJson> {
203
format
204
);
205
if (format === 'source' && (Boolean(flags.manifest) || Boolean(flags.metadata))) {
206
- // TODO: test this
207
const access = new RegistryAccess(undefined, SfProject.getInstance()?.getPath());
208
if (wantsToRetrieveCustomFields(componentSetFromNonDeletes, access)) {
209
this.warn(messages.getMessage('wantsToRetrieveCustomFields'));
0 commit comments