From 9b186463cb7fc7f72470e90b4dc89d91dbf78f5d Mon Sep 17 00:00:00 2001 From: Deon Thomas Date: Tue, 10 May 2022 14:25:39 -0400 Subject: [PATCH] remove newline --- poll.go | 1 - 1 file changed, 1 deletion(-) diff --git a/poll.go b/poll.go index 70b52955..701d18b3 100644 --- a/poll.go +++ b/poll.go @@ -546,7 +546,6 @@ func (h *Headscale) PollNetMapStream( // since the stream opened, terminate connection. return false } - now := NowFromTZEnv() machine.LastSeen = &now err = h.TouchMachine(machine)