mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-08 14:15:25 +08:00
bug squashin
This commit is contained in:
parent
d472577701
commit
696f83a40d
1 changed files with 1 additions and 0 deletions
|
@ -261,6 +261,7 @@ func Push(network string) error {
|
||||||
log.Println("Failed to authenticate:", err)
|
log.Println("Failed to authenticate:", err)
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
postnode.SetLastCheckIn()
|
||||||
nodeData, err := json.Marshal(&postnode)
|
nodeData, err := json.Marshal(&postnode)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
|
|
Loading…
Add table
Reference in a new issue