Merge branch 'main' into registration-simplification

This commit is contained in:
Kristoffer Dalby 2022-03-01 15:53:06 +01:00 committed by GitHub
commit a9d4fa89dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 49 additions and 14 deletions

View file

@ -629,7 +629,7 @@ func (machine Machine) toNode(
Endpoints: endpoints,
DERP: derp,
Hostinfo: hostinfo,
Hostinfo: hostinfo.View(),
Created: machine.CreatedAt,
LastSeen: machine.LastSeen,