From cb9dd51afc9f4a9f0a332d5f79d02be269fe90bd Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sat, 7 Mar 2026 13:46:35 +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 c7299d2c..d336a9ee 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