Skip to content

Commit

Permalink
Removed experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
maneesht committed Sep 23, 2024
1 parent 184c38d commit 7d9e016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/dataconnect-sdk-generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const command = new Command("dataconnect:sdk:generate")
c.connectorYaml.generate?.javascriptSdk ||
c.connectorYaml.generate?.kotlinSdk ||
c.connectorYaml.generate?.swiftSdk ||
(experiments.isEnabled("fdcdart") && c.connectorYaml.generate?.dartSdk)
c.connectorYaml.generate?.dartSdk
);
});
if (!hasGeneratables) {
Expand Down

0 comments on commit 7d9e016

Please sign in to comment.