From ee9454d0bc8d2abba17375ad7aba4d4598b54ed4 Mon Sep 17 00:00:00 2001 From: Maiko Tan Date: Sat, 23 Mar 2024 22:35:37 +0800 Subject: [PATCH] fix: push rather than unshift --- packages/core/src/command.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/command.tsx b/packages/core/src/command.tsx index 87225454f..9096706eb 100644 --- a/packages/core/src/command.tsx +++ b/packages/core/src/command.tsx @@ -162,7 +162,7 @@ export function apply(ctx: Context, config: Config) { const tips = getTips(session) if (tips) { const tip = Random.pick(tips) - output.unshift( + output.push(