Skip to content

Commit d2c0f92

Browse files
fix: build failure dure to incorrect type
Signed-off-by: saurabhraghuvanshii <saurabhsraghuvanshi@gmail.com>
1 parent 1e5f479 commit d2c0f92

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)