🐛 ➿ prefix.ts
This commit is contained in:
@@ -202,3 +202,4 @@ function longestCommonPrefix(strings: string[]): string {
|
||||
|
||||
return words.slice(0, Math.max(1, commonWords)).join(' ')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user