mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-11-21 19:03:26 +01:00
Disable Stripe telemetry
This commit is contained in:
parent
1da4187405
commit
2ac63c4327
1 changed files with 1 additions and 0 deletions
|
@ -250,6 +250,7 @@ func execServe(c *cli.Context) error {
|
|||
|
||||
// Stripe things
|
||||
if stripeSecretKey != "" {
|
||||
stripe.EnableTelemetry = false // Whoa!
|
||||
stripe.Key = stripeSecretKey
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue