mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 04:27:37 +03:00
Fix lint for public credentials
This commit is contained in:
parent
20cdd38fc4
commit
afe1e4cfcd
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ const (
|
|||
|
||||
// Shared secrets (only add here "secrets" that can be public)
|
||||
const (
|
||||
LastFMAPIKey = "9b94a5515ea66b2da3ec03c12300327e"
|
||||
LastFMAPIKey = "9b94a5515ea66b2da3ec03c12300327e" // nolint:gosec
|
||||
LastFMAPISecret = "74cb6557cec7171d921af5d7d887c587" // nolint:gosec
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue