bug squashin

This commit is contained in:
worker-9 2021-08-05 15:21:11 -04:00
parent d472577701
commit 696f83a40d

View file

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