Skip to content

Commit

Permalink
Update local-content.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
moehami authored Oct 19, 2024
1 parent 1af25ec commit de2946c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/local-content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Object.entries(allModels).forEach(([modelName, model]) => {

function isRefField(modelName: string, fieldName: string) {
return !!allReferenceFields[modelName + ':' + fieldName];
}p
}

const supportedFileTypes = ['md', 'json'];
function contentFilesInPath(dir: string) {
Expand Down

0 comments on commit de2946c

Please sign in to comment.