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

View file

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