From d8a8c3a3aa9ed4934dc5d2ff66269498dd43b0db Mon Sep 17 00:00:00 2001 From: SAILESH VVR Date: Sat, 8 Jun 2024 19:14:48 +0530 Subject: [PATCH] Update sm_context.go --- internal/context/sm_context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/context/sm_context.go b/internal/context/sm_context.go index 39041d07..62aee29e 100644 --- a/internal/context/sm_context.go +++ b/internal/context/sm_context.go @@ -402,7 +402,7 @@ func RemoveSMContext(ref string) { } // *** add unit test ***// -func GetSMContextBySEID(SEID uint64) *SMContext {>>>>>>> main +func GetSMContextBySEID(SEID uint64) *SMContext { if value, ok := seidSMContextMap.Load(SEID); ok { smContext := value.(*SMContext) return smContext