Skip to content

Commit 03e50c8

Browse files
committed
remove todo comment
1 parent 7d7c6a7 commit 03e50c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

go/porcelain/deploy.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,6 @@ func (n *Netlify) uploadFile(ctx context.Context, d *models.Deploy, f *FileBundl
545545
sharedErr.mutex.Unlock()
546546
}
547547

548-
// TODO this changes retry behaviour for the fileUpload case as well. OK?
549548
if apiErr.Code() == 400 || apiErr.Code() == 422 {
550549
sharedErr.mutex.Lock()
551550
sharedErr.err = operationError

0 commit comments

Comments
 (0)