mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-22 08:35:43 +00:00
ignore init for setting
This commit is contained in:
parent
7ff78530a2
commit
cb949e6c86
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ var (
|
|||
ErrorTokenIDMismatch = errors.New("token id mismatch")
|
||||
)
|
||||
|
||||
func init() {
|
||||
func init() { // nolint: gochecknoinits
|
||||
easyemails.ImageLogoHeader = "https://raw.githubusercontent.com/hay-kot/homebox/af9aa239af66df17478f5ed9283e303daf7c6775/docs/docs/assets/img/homebox-email-banner.jpg"
|
||||
easyemails.ColorPrimary = "#5D7F67"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue