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