From 89ce1a248ecb26e3bb0a02dc857cd396bceb6b0b Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sat, 7 Mar 2026 13:43:53 +0100 Subject: [PATCH] Test --- backend/api/src/get-last-messages.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/api/src/get-last-messages.ts b/backend/api/src/get-last-messages.ts index d336a9ee..c7299d2c 100644 --- a/backend/api/src/get-last-messages.ts +++ b/backend/api/src/get-last-messages.ts @@ -23,7 +23,7 @@ export const getLastMessages: APIHandler<'get-last-messages'> = async (props, au convertPrivateChatMessage, ) - // Required to parse to number? If so, should prob create a helper to reuse in other places? + // Required to parse to number? If so, should prob create a helper to reuse in other places? return messages.reduce( (acc, msg) => { acc[Number(msg.channelId)] = msg