Skip to content

Commit

Permalink
fix sytax error
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed Nov 19, 2023
1 parent 365b291 commit 1405711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/services/LogSearchService.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ component {
var matchText = [
"message^20",
"error.extrainfo^15",
"error.stack_trace^10",
"error.stack_trace^10"
];

arguments.builder.multiMatch(
Expand Down

0 comments on commit 1405711

Please sign in to comment.