Remove leftover webhook_internal usage - make type fixed (#3599)

pull/3600/head
Hitesh Aringa 2024-12-12 11:30:46 -08:00 committed by GitHub
parent 6fd23fd03e
commit fb0989dbc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -232,7 +232,6 @@ func (s *WebhookStore) Update(ctx context.Context, hook *types.Webhook) error {
,webhook_insecure = :webhook_insecure
,webhook_triggers = :webhook_triggers
,webhook_latest_execution_result = :webhook_latest_execution_result
,webhook_internal = :webhook_internal
WHERE webhook_id = :webhook_id and webhook_version = :webhook_version - 1`
db := dbtx.GetAccessor(ctx, s.db)