From 496d6e74b0da63a9b2f246b1d806a70c3989d371 Mon Sep 17 00:00:00 2001 From: binwiederhier Date: Tue, 16 May 2023 15:12:18 -0400 Subject: [PATCH] Staticcheck --- server/types.go | 4 ---- user/manager.go | 1 - 2 files changed, 5 deletions(-) diff --git a/server/types.go b/server/types.go index 8fd75176..a1d18926 100644 --- a/server/types.go +++ b/server/types.go @@ -455,7 +455,3 @@ type apiStripeSubscriptionDeletedEvent struct { ID string `json:"id"` Customer string `json:"customer"` } - -type apiTwilioVerifyResponse struct { - Status string `json:"status"` -} diff --git a/user/manager.go b/user/manager.go index 8a9acf05..c57ede58 100644 --- a/user/manager.go +++ b/user/manager.go @@ -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"