Skip to content

Commit

Permalink
Fix inconsistent type of HookTask.Typ
Browse files Browse the repository at this point in the history
  • Loading branch information
donlon committed Dec 23, 2020
1 parent e0c753e commit 7166f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ type HookTask struct {
RepoID int64 `xorm:"INDEX"`
HookID int64
UUID string
Typ HookTaskType
Typ HookTaskType `xorm:"char(16) 'type'"`
URL string `xorm:"TEXT"`
Signature string `xorm:"TEXT"`
api.Payloader `xorm:"-"`
Expand Down

0 comments on commit 7166f69

Please sign in to comment.