1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2025-05-30 18:29:16 +02:00

Staticcheck

This commit is contained in:
binwiederhier 2023-05-16 15:12:18 -04:00
parent 5e18ced7d2
commit 496d6e74b0
2 changed files with 0 additions and 5 deletions
server

View file

@ -455,7 +455,3 @@ type apiStripeSubscriptionDeletedEvent struct {
ID string `json:"id"`
Customer string `json:"customer"`
}
type apiTwilioVerifyResponse struct {
Status string `json:"status"`
}