Skip to content

Commit

Permalink
fix type cast after string conversation
Browse files Browse the repository at this point in the history
  • Loading branch information
Maik Brenke committed Jun 21, 2021
1 parent efac11a commit 76105ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/telegram/telegram.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ All configuration options are also available via environment variables.`,
if errStr != nil {
return errStr
}
telegramSvc.AddReceivers(int64(k))
telegramSvc.AddReceivers(k)
}

notifier.UseServices(telegramSvc)
Expand Down

0 comments on commit 76105ec

Please sign in to comment.