Skip to content

Commit

Permalink
fixed linter warnings at unityclient
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhatdell committed Aug 14, 2024
1 parent c75eb3f commit f901f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unityclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import (
)

const (
emcCsrfToken = "EMC-CSRF-TOKEN"
emcCsrfToken = "EMC-CSRF-TOKEN" // #nosec G101
)

var (
Expand Down

0 comments on commit f901f45

Please sign in to comment.