Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
ignore init for setting
Browse files Browse the repository at this point in the history
  • Loading branch information
hay-kot committed Mar 2, 2024
1 parent 0e9ddd8 commit 8e54808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/internal/core/services/service_user.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 8e54808

Please sign in to comment.