From 0a8e71771ef43e6fe71557e5af913df9625a563f Mon Sep 17 00:00:00 2001 From: James Houlahan Date: Mon, 6 Feb 2023 16:37:39 +0100 Subject: [PATCH] fix(GODT-2327): Fix lint issue --- internal/user/user.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/user/user.go b/internal/user/user.go index 0a763769..b500319c 100644 --- a/internal/user/user.go +++ b/internal/user/user.go @@ -206,7 +206,6 @@ func New( } }() } - }) // Once we know the sync has completed, we can start polling for API events.