Skip to content

Commit 6ea4ebd

Browse files
committed
fix: remove api version default
1 parent 488c461 commit 6ea4ebd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/collections/componentSet.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,9 +290,9 @@ export class ComponentSet extends LazyCollection<MetadataComponent> {
290290
registry: this.registry,
291291
apiVersion: this.apiVersion,
292292
});
293-
if (!options.apiVersion && !this.apiVersion && !this.sourceApiVersion) {
294-
operationOptions.apiVersion = `${await getCurrentApiVersion()}.0`;
295-
}
293+
// if (!options.apiVersion && !this.apiVersion && !this.sourceApiVersion) {
294+
// operationOptions.apiVersion = `${await getCurrentApiVersion()}.0`;
295+
// }
296296

297297
const mdapiDeploy = new MetadataApiDeploy(operationOptions);
298298
await mdapiDeploy.start();

0 commit comments

Comments
 (0)