Skip to content

Commit

Permalink
Reformat webhook.go
Browse files Browse the repository at this point in the history
  • Loading branch information
donlon committed Dec 23, 2020
1 parent 7166f69 commit 0f34fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -642,8 +642,8 @@ type HookTask struct {
HookID int64
UUID string
Typ HookTaskType `xorm:"char(16) 'type'"`
URL string `xorm:"TEXT"`
Signature string `xorm:"TEXT"`
URL string `xorm:"TEXT"`
Signature string `xorm:"TEXT"`
api.Payloader `xorm:"-"`
PayloadContent string `xorm:"TEXT"`
HTTPMethod string `xorm:"http_method"`
Expand Down

0 comments on commit 0f34fb9

Please sign in to comment.