Skip to content

Commit

Permalink
style: Fixing unused variable in struct
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Dec 8, 2021
1 parent cb93130 commit 9ccd828
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ Usage of ketchup:
[mailer] URL (https?:// or amqps?://) {KETCHUP_MAILER_URL}
-minify
Minify HTML {KETCHUP_MINIFY} (default true)
-notifierLoginID uint
[notifier] Scheduler user ID {KETCHUP_NOTIFIER_LOGIN_ID} (default 1)
-notifierPushUrl string
[notifier] Pushgateway URL {KETCHUP_NOTIFIER_PUSH_URL}
-okStatus int
Expand Down
1 change: 0 additions & 1 deletion pkg/notifier/notifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ type App struct {

// Config of package
type Config struct {
loginID *uint
pushURL *string
}

Expand Down

0 comments on commit 9ccd828

Please sign in to comment.