mirror of
https://github.com/tailscale/tailscale.git
synced 2026-05-08 21:56:48 +02:00
needs to be removed, just logging prefs
This commit is contained in:
parent
6b304b5c10
commit
26fba734a7
@ -727,6 +727,7 @@ func (lc *LocalClient) EditPrefs(ctx context.Context, mp *ipn.MaskedPrefs) (*ipn
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
fmt.Println(decodeJSON[*ipn.Prefs](body))
|
||||
return decodeJSON[*ipn.Prefs](body)
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user