Skip to content

Commit

Permalink
Fix schema so sample data is not overwritten
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed Nov 15, 2024
1 parent 408635b commit 3a268f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/github-enricher/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ exports.createSchemaCustomization = ({ actions }) => {
extensionYamlUrl: String
extensionRootUrl: String
issues: String
samplesUrl: SampleInfo
samplesUrl: [SampleInfo]
lastUpdated: String
contributors: [ContributorInfo]
companies: [CompanyContributorInfo]
Expand Down

0 comments on commit 3a268f6

Please sign in to comment.