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"`
}

View File

@ -7,7 +7,6 @@ import (
"errors"
"fmt"
"github.com/mattn/go-sqlite3"
_ "github.com/mattn/go-sqlite3" // SQLite driver
"github.com/stripe/stripe-go/v74"
"golang.org/x/crypto/bcrypt"
"heckel.io/ntfy/log"