Skip to content

Commit

Permalink
fix: update object reference to match cap change (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardfoyle authored and dcipoletti committed Jul 14, 2022
1 parent 5818116 commit 3ccdd9b
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 3ccdd9b

Please sign in to comment.