diff --git a/backend/repository/webhook.go b/backend/repository/webhook.go index 7a54a52..a95d95b 100644 --- a/backend/repository/webhook.go +++ b/backend/repository/webhook.go @@ -17,7 +17,6 @@ var webhookAllowedColumns = assignTableToColumns(database.WEBHOOK_TABLE, []strin "created_at", "updated_at", "name", - "allowed", }) type WebhookOption struct {