From 7a5a48dca0ac1c170c026d5da244c3ecb9326712 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Sat, 13 Aug 2022 16:45:11 -0400 Subject: fix <> to ignore quoting --- src/lib/utils/BushConstants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/utils/BushConstants.ts b/src/lib/utils/BushConstants.ts index abac4af..090616c 100644 --- a/src/lib/utils/BushConstants.ts +++ b/src/lib/utils/BushConstants.ts @@ -165,7 +165,7 @@ export const regex = deepLock({ */ /** **This has the global flag, make sure to handle it correctly.** */ messageLink: - /\d{15,21})\/(?\d{15,21})\/(?\d{15,21})>?/gim + /\d{15,21})\/(?\d{15,21})\/(?\d{15,21})>?/gim } as const); /** -- cgit