[fix] chat connection naming promblem

This commit is contained in:
kwaroran
2023-09-09 06:49:35 +09:00
parent 2e2b3c2cae
commit 5af80b1b4a

View File

@@ -1,3 +1,4 @@
import { cloneDeep } from 'lodash'
import type { Database } from 'src/ts/storage/database'
export function templateCheck(db:Database){
@@ -71,7 +72,7 @@ export function templateCheck(db:Database){
}
if(unresolvedRanges.length > 0){
warnings.push('Unresolved chat ranges: ' + unresolvedRanges.join(', '))
warnings.push(`Chat are not connected: [${unresolvedRanges.join(', ')}]`)
}
return warnings