From f901f45864c12d7438d90c3f3482ae2d4f1becac Mon Sep 17 00:00:00 2001 From: Rishabh Raj Date: Wed, 14 Aug 2024 12:46:45 +0000 Subject: [PATCH] fixed linter warnings at unityclient --- unityclient.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unityclient.go b/unityclient.go index 356bbd0..8703129 100644 --- a/unityclient.go +++ b/unityclient.go @@ -34,7 +34,7 @@ import ( ) const ( - emcCsrfToken = "EMC-CSRF-TOKEN" + emcCsrfToken = "EMC-CSRF-TOKEN" // #nosec G101 ) var (