Bug fix
[nonrtric/plt/sme.git] / capifcore / internal / providermanagementapi / typeaccess.go
index 78b68c0..5257701 100644 (file)
@@ -22,7 +22,7 @@ package providermanagementapi
 
 func (ed APIProviderEnrolmentDetails) GetExposingFunctionIdsForPublisher(apfId string) []string {
        for _, registeredFunc := range *ed.ApiProvFuncs {
-               if *registeredFunc.ApiProvFuncId == apfId && registeredFunc.isProvidingFunction() {
+               if *registeredFunc.ApiProvFuncId == apfId {
                        return ed.getExposingFunctionIds()
                }
        }