worker-9 %!s(int64=4) %!d(string=hai) anos
pai
achega
696f83a40d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      netclient/functions/checkin.go

+ 1 - 0
netclient/functions/checkin.go

@@ -261,6 +261,7 @@ func Push(network string) error {
 		log.Println("Failed to authenticate:", err)
 		return err
 	}
+	postnode.SetLastCheckIn()
 	nodeData, err := json.Marshal(&postnode)
 	if err != nil {
 		return err