Skip to content

Commit

Permalink
fix: add/update stray linting comments
Browse files Browse the repository at this point in the history
  • Loading branch information
piksel committed Feb 3, 2021
1 parent e97873f commit ce75958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pkg/services/smtp/smtp_encmethod.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ func useImplicitTLS(encryption encMethod, port uint16) bool {
}
}

// ImplicitTLSPort is de facto standard SMTPS port
const ImplicitTLSPort = 465
2 changes: 1 addition & 1 deletion pkg/services/telegram/telegram_json.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package telegram

// JSON to be used as a notification payload for the telegram notification service
// SendMessagePayload is the notification payload for the telegram notification service
type SendMessagePayload struct {
Text string `json:"text"`
ID string `json:"chat_id"`
Expand Down

0 comments on commit ce75958

Please sign in to comment.