Skip to content

Commit

Permalink
chore: temp fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
phani-srikar committed Apr 5, 2024
1 parent bdcdbfe commit a191709
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const transformAndSynth = (
nestedStackProvider: transformManager.getNestedStackProvider(),
assetProvider: transformManager.getAssetProvider(),
synthParameters: transformManager.getSynthParameters(hasIamAuth(options.authConfig), hasUserPoolAuth(options.authConfig)),
dataSourceStrategies: options.dataSourceStrategies ?? constructDataSourceStrategies(options.schema, DDB_DEFAULT_DATASOURCE_STRATEGY),
dataSourceStrategies: {} as any, // this is temporary
});
return transformManager.generateDeploymentResources();
};

0 comments on commit a191709

Please sign in to comment.