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

Commit 8e54808

Browse files
committed
ignore init for setting
1 parent 0e9ddd8 commit 8e54808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: backend/internal/core/services/service_user.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var (
2222
ErrorTokenIDMismatch = errors.New("token id mismatch")
2323
)
2424

25-
func init() {
25+
func init() { // nolint: gochecknoinits
2626
easyemails.ImageLogoHeader = "https://raw.githubusercontent.com/hay-kot/homebox/af9aa239af66df17478f5ed9283e303daf7c6775/docs/docs/assets/img/homebox-email-banner.jpg"
2727
easyemails.ColorPrimary = "#5D7F67"
2828
}

0 commit comments

Comments
 (0)