Skip to content

Commit a64e223

Browse files
committed
lint
1 parent 0573512 commit a64e223

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

assets/javascripts/discourse/components/ai-persona-tool-options.gjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ export default class AiPersonaToolOptions extends Component {
99
return false;
1010
}
1111

12-
return this.toolNames.any(
13-
(tool) => allTools.findBy("id", tool)?.options
14-
);
12+
return this.toolNames.any((tool) => allTools.findBy("id", tool)?.options);
1513
}
1614

1715
get toolNames() {

0 commit comments

Comments
 (0)