From ee16cf4392c59fff096eb1c37c8867e4b10a85dd Mon Sep 17 00:00:00 2001 From: Ittay Stern Date: Thu, 13 Jun 2019 09:25:05 +0300 Subject: [PATCH] Update git submodules * Update docs/submodules/vid.git from branch 'dublin' to 71e820e32bd4f32aff4026fc55c6bb1f5891a0c2 - Find the first selected scale-out vfModule (fix) Issue in original code is that it used callback function(key, item), but function(item) or function(item, key) is the correct parameters order. See https://lodash.com/docs/4.17.11#find Issue-ID: VID-487 Change-Id: I6101f913f50f80c2c7afa636b5f53486088a0289 Signed-off-by: Ittay Stern --- docs/submodules/vid.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/vid.git b/docs/submodules/vid.git index 04b8bbe79..71e820e32 160000 --- a/docs/submodules/vid.git +++ b/docs/submodules/vid.git @@ -1 +1 @@ -Subproject commit 04b8bbe7938b4f2119b969455e7de03d4987cce1 +Subproject commit 71e820e32bd4f32aff4026fc55c6bb1f5891a0c2 -- 2.16.6