Skip to content

Commit 20fd5c7

Browse files
Merge pull request #7608 from saurabhraghuvanshii/build2
fix: build failure dure to incorrect type
2 parents 1e5f479 + d2c0f92 commit 20fd5c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gatsby-node.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1235,10 +1235,10 @@ exports.createSchemaCustomization = ({ actions }) => {
12351235
component: String
12361236
chapterTitle: String
12371237
courseTitle: String
1238-
lectures: Int
1239-
videos: Int
1240-
order: Int
1241-
toc: Boolean
1238+
lectures: Int
1239+
videos: Int
1240+
order: Int
1241+
toc: [String]
12421242
}
12431243
`;
12441244
createTypes(typeDefs);

0 commit comments

Comments
 (0)