Skip to content

Commit

Permalink
Add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
grantcopley committed Sep 29, 2024
1 parent 6f65d44 commit 8534acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/CBWIREController.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ component singleton {
"TemplatePreprocessor.cfc",
"CBWIREPreprocessor.cfc",
"TeleportPreprocessor.cfc"
]
];
// Map the files to their getInstance path
variables.preprocessors = local.files.map( ( _file ) => {
local.getInstancePath = replace( _file, ".cfc", "" ) & "@cbwire";
Expand Down

0 comments on commit 8534acc

Please sign in to comment.