Skip to content

Commit

Permalink
update to camelCase
Browse files Browse the repository at this point in the history
  • Loading branch information
asanehisa committed Dec 9, 2024
1 parent cb34773 commit cfdcfbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default async (
manifest: Manifest
): Promise<GeneratedPage | GeneratedRedirect> => {
const projectStructure = new ProjectStructure(manifest.projectStructure);
const feature = props.document.__.code_template ?? props.document.__.name;
const feature = props.document.__.codeTemplate ?? props.document.__.name;

const template = await readTemplateModules(
feature,
Expand Down

0 comments on commit cfdcfbc

Please sign in to comment.