From 321731ad4b7379d38457e3e358ab7943bf1fa6f5 Mon Sep 17 00:00:00 2001 From: cannorin Date: Tue, 24 Feb 2026 22:30:04 +0900 Subject: [PATCH] Refactor (6) --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index 84b3e3f..04bca99 100644 --- a/index.ts +++ b/index.ts @@ -74,7 +74,7 @@ async function rephrase(text: string) { const formatNote = (n: Note) => { if (n.userId === me.id) { - return JSON.stringify({ text: n.text }); + return JSON.stringify({ name: "あるびのちゃん", text: n.text }); } return JSON.stringify({ name: n.user.name ?? n.user.username,