Skip to content

Commit 2372a68

Browse files
Merge branch 'staging' into dev
2 parents cb9b8e7 + 9687e84 commit 2372a68

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

frontend/src/utils/Utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -881,6 +881,7 @@ export const deduplicateNodeByValue = (arrays: { value: any }[]) => {
881881
});
882882
return Array.from(map.values());
883883
};
884+
884885
export const deduplicateByFullPattern = (arrays: { value: string; label: string }[]) => {
885886
const seen = new Set<string>();
886887
const result: { value: string; label: string }[] = [];

frontend/yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6539,6 +6539,7 @@ source-map-js@^1.2.1:
65396539
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
65406540
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
65416541

6542+
65426543
65436544
version "0.5.6"
65446545
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.6.tgz#75ce38f52bf0733c5a7f0c118d81334a2bb5f412"

0 commit comments

Comments
 (0)