From ffad1f1dd11988151838375a0458cce10abd9a14 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sat, 11 Oct 2025 15:50:32 -0500 Subject: [PATCH] refac --- src/lib/utils/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/utils/index.ts b/src/lib/utils/index.ts index c1ed987766..f4818f340a 100644 --- a/src/lib/utils/index.ts +++ b/src/lib/utils/index.ts @@ -83,7 +83,7 @@ export const replaceTokens = (content, sourceIds, char, user) => { const sourceId = sourceIds[idx - 1]; return sourceId ? `` - : match; + : `[${idx}]`; }) .join('');