File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
apps/desktop/src/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -433,7 +433,7 @@ export function useEnhanceMutation({
433433
434434 const selectedTemplate = await TemplateService . getTemplate ( effectiveTemplateId ?? "" ) ;
435435
436- if ( selectedTemplate !== null ) {
436+ if ( selectedTemplate !== null ) {
437437 const eventName = selectedTemplate ?. tags . includes ( "builtin" )
438438 ? "builtin_template_enhancement_started"
439439 : "custom_template_enhancement_started" ;
Original file line number Diff line number Diff line change @@ -462,7 +462,7 @@ export function useChatLogic({
462462 tool_details : JSON . stringify ( chunk . input ) ,
463463 } ) ;
464464
465- // log if user is using tools in chat
465+ // log if user is using tools in chat
466466 analyticsCommands . event ( {
467467 event : "chat_tool_call" ,
468468 distinct_id : userId || "" ,
You can’t perform that action at this time.
0 commit comments