[VOL-5599] Fix TP reconciliation to process all tech profile instances

Signed-off-by: bseeniva <balaji.seenivasan@radisys.com>
Change-Id: Ib3cde13141299e67dda024fddff3c3a5ff93dbdd
diff --git a/VERSION b/VERSION
index efe4dc6..bd8d6d4 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-7.8.6
+7.8.7
diff --git a/pkg/techprofile/tech_profile.go b/pkg/techprofile/tech_profile.go
index 1bfb964..51f40d8 100644
--- a/pkg/techprofile/tech_profile.go
+++ b/pkg/techprofile/tech_profile.go
@@ -1467,10 +1467,7 @@
 				} else {
 					logger.Errorw(ctx, "error-converting-kv-pair-value-to-byte", log.Fields{"err": err})
 				}
-
 			}
-
-			return nil
 		}
 	}
 	return nil