From 570137040ce38fa68539b9348631fad7943df621 Mon Sep 17 00:00:00 2001 From: Nuckyz <61953774+Nuckyz@users.noreply.github.com> Date: Fri, 21 Jun 2024 19:51:11 -0300 Subject: [PATCH] actually fix oops --- src/plugins/replyTimestamp/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/replyTimestamp/index.tsx b/src/plugins/replyTimestamp/index.tsx index 4abb6ccc8..9d60be973 100644 --- a/src/plugins/replyTimestamp/index.tsx +++ b/src/plugins/replyTimestamp/index.tsx @@ -16,7 +16,7 @@ import type { HTMLAttributes } from "react"; const { calendarFormat, dateFormat, isSameDay } = mapMangledModule("millisecondsInUnit:", { calendarFormat: filters.byCode("sameElse"), - dateFormat: filters.byCode(':".)concat'), + dateFormat: filters.byCode(':").concat'), isSameDay: filters.byCode("Math.abs(+"), }); const MessageClasses = findByProps("separator", "latin24CompactTimeStamp");