Skip to content

Commit

Permalink
fix: update object reference to match cap change (aws-amplify#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardfoyle authored and naedx committed Aug 15, 2022
1 parent e290bf4 commit 1d8ddc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const serviceMetadataFor = async (service: string) =>
(await import(path.join('..', '..', 'supported-services'))).supportedServices[service];

export const datasourceMetadataFor = async (datasource: string) =>
(await import(path.join('..', '..', 'supported-datasources'))).supportedDatasources[datasource];
(await import(path.join('..', '..', 'supported-datasources'))).supportedDataSources[datasource];

export const getServiceWalkthrough = async (walkthroughFilename: string) =>
(await import(path.join('..', 'service-walkthroughs', walkthroughFilename))).serviceWalkthrough;

0 comments on commit 1d8ddc6

Please sign in to comment.