You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List<CommonLookupData> scanList = rawLookupResult != null ? ((CommonLookupResult) rawLookupResult).data() : List.of(); // rawLookupResult can be null while upstream just handles it as an empty list
105
105
106
106
if (listC == 1 && itemLookupResult != null) {
107
107
scanList = itemLookupResult.data();
@@ -211,7 +211,7 @@ public static LookupResult<?> performRollbackRestore(Statement statement, Comman
0 commit comments