Remove empty comment line
This commit is contained in:
parent
ad41260327
commit
edaa75b8a5
|
|
@ -32,7 +32,6 @@ func (w *Webhook) Do() error {
|
|||
defer cancel()
|
||||
req = req.WithContext(ctx)
|
||||
|
||||
//
|
||||
resp, err := http.DefaultClient.Do(req)
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
|
|||
Loading…
Reference in New Issue