Minor changes

This commit is contained in:
2024-10-28 23:41:54 +01:00
parent 8460d0b535
commit f6bac403a2
3 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
export function unduplicateArray(array: any[]) {
return [...new Set(array.flat())]
}
}