Skip to content

Commit d6bd8de

Browse files
committed
ran tests
1 parent fa3d646 commit d6bd8de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/desktop/src/components/editor-area/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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";

apps/desktop/src/components/right-panel/hooks/useChatLogic.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 || "",

0 commit comments

Comments
 (0)