pull/36105/head
Lunny Xiao 2025-12-10 11:40:33 +07:00
parent 0166880484
commit dcb8e478e0
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 1 additions and 1 deletions

@ -34,7 +34,7 @@ type CompareRouterReq struct {
}
func (cr *CompareRouterReq) DirectComparison() bool {
return cr.DotTimes == 2 || cr.CaretTimes == 0
return cr.DotTimes == 2 || cr.DotTimes == 0
}
func parseBase(base string) (string, int) {