From a4fca6987db9b7acd7f5673c2990ddfc249c70e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niko=20K=C3=B6ser?= Date: Sun, 31 Jan 2021 03:49:50 +0100 Subject: [PATCH] fix(param): remove unused parameter from function New --- service/msteams/ms_teams.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/msteams/ms_teams.go b/service/msteams/ms_teams.go index ec6dcb3..7e48476 100644 --- a/service/msteams/ms_teams.go +++ b/service/msteams/ms_teams.go @@ -14,7 +14,7 @@ type MSTeams struct { // New returns a new instance of a MSTeams notification service. // For more information about telegram api token: // -> https://github.com/atc0005/go-teams-notify#example-basic -func New(apiToken string) *MSTeams { +func New() *MSTeams { client := goteamsnotify.NewClient() m := &MSTeams{