mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-07 21:37:04 +09:00
Fix recursive call
This commit is contained in:
parent
78e1d52472
commit
fdd605cfbe
1 changed files with 1 additions and 1 deletions
|
@ -72,5 +72,5 @@ func (r *Resolver) LookupIPAddr(ctx context.Context, s string) ([]net.IPAddr, er
|
|||
}
|
||||
|
||||
func (r *Resolver) LookupTXT(ctx context.Context, s string) ([]string, error) {
|
||||
return r.LookupTXT(ctx, s)
|
||||
return r.r.LookupTXT(ctx, s)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue