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:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user