- manager.go: add _ = to syscall.Kill and proc.Signal calls (6 fixes) - chat.go: add _ = to c.Writer.WriteString calls (9 fixes) - webhook.go: remove unused webhookSecret field
This commit is contained in:
@@ -30,9 +30,8 @@ type WebhookPayload struct {
|
||||
}
|
||||
|
||||
type WebhookService struct {
|
||||
db *gorm.DB
|
||||
client *http.Client
|
||||
webhookSecret string
|
||||
db *gorm.DB
|
||||
client *http.Client
|
||||
}
|
||||
|
||||
func NewWebhookService(db *gorm.DB) *WebhookService {
|
||||
|
||||
Reference in New Issue
Block a user