From 8a40d96b1bd05f012f0b771fd03f116d89defe04 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Tue, 9 Apr 2024 13:14:02 +0100 Subject: [PATCH] IsEnterprise as const (#26313) --- helper/constants/constants_oss.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/constants/constants_oss.go b/helper/constants/constants_oss.go index ac1179cc22..820fd2914b 100644 --- a/helper/constants/constants_oss.go +++ b/helper/constants/constants_oss.go @@ -5,4 +5,4 @@ package constants -var IsEnterprise = false +const IsEnterprise = false