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