fix: remove comment location duplicated name
This commit is contained in:
@@ -134,7 +134,9 @@ export class CommentController {
|
||||
.then(
|
||||
(res) =>
|
||||
`${res.cityName ? `${res.cityName}` : ''}${
|
||||
res.regionName ? `-${res.regionName}` : ''
|
||||
res.regionName && res.regionName !== res.cityName
|
||||
? `-${res.regionName}`
|
||||
: ''
|
||||
}` || undefined,
|
||||
)
|
||||
.catch(() => undefined)
|
||||
|
||||
Reference in New Issue
Block a user