From 9ff05550f7acecbeedda6ee8b66722735761618b Mon Sep 17 00:00:00 2001 From: amianthus <49116958+SirTenzin@users.noreply.github.com> Date: Mon, 9 Mar 2026 16:58:11 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20a=20bug=20with=20MainIsTr?= =?UTF-8?q?ial?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/internal/customers/attach/attachUtils/getAttachConfig.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/server/src/internal/customers/attach/attachUtils/getAttachConfig.ts b/server/src/internal/customers/attach/attachUtils/getAttachConfig.ts index 565dc967a..79338705e 100644 --- a/server/src/internal/customers/attach/attachUtils/getAttachConfig.ts +++ b/server/src/internal/customers/attach/attachUtils/getAttachConfig.ts @@ -121,6 +121,7 @@ export const getAttachConfig = async ({ !invoiceAndEnable && ![ AttachBranch.MultiAttachUpdate, + AttachBranch.MainIsTrial, AttachBranch.NewVersion, AttachBranch.SameCustomEnts, ].includes(branch));