Commit 954f246f authored by Simon Pastor's avatar Simon Pastor
Browse files

update for Get list in RNIS that was failing

parent 2bb55c7f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3240,7 +3240,7 @@ func subscriptionLinkListSubscriptionsGet(w http.ResponseWriter, r *http.Request
					break
				}
			}
			if !found {
			if found {
				break
			}
		}