needs to be removed, just logging prefs

This commit is contained in:
Kevin Liang 2024-03-19 16:55:57 +00:00
parent 6b304b5c10
commit 26fba734a7

View File

@ -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)
}