1
0
mirror of https://github.com/nikoksr/notify.git synced 2026-05-22 10:15:31 +02:00

fix(param): remove unused parameter from function New

This commit is contained in:
Niko Köser
2021-01-31 03:49:50 +01:00
parent d8877b86dd
commit a4fca6987d
+1 -1
View File
@@ -14,7 +14,7 @@ type MSTeams struct {
// New returns a new instance of a MSTeams notification service. // New returns a new instance of a MSTeams notification service.
// For more information about telegram api token: // For more information about telegram api token:
// -> https://github.com/atc0005/go-teams-notify#example-basic // -> https://github.com/atc0005/go-teams-notify#example-basic
func New(apiToken string) *MSTeams { func New() *MSTeams {
client := goteamsnotify.NewClient() client := goteamsnotify.NewClient()
m := &MSTeams{ m := &MSTeams{