Fix wsl_v5 lint: add blank line between if blocks in createSignatureRequestInTx
Signed-off-by: Bryan Frimin <bryan@probo.com>
This commit is contained in:
@@ -1032,6 +1032,7 @@ func (s *DocumentService) createSignatureRequestInTx(
|
||||
if err == nil {
|
||||
return existingSignature, nil
|
||||
}
|
||||
|
||||
if !errors.Is(err, coredata.ErrResourceNotFound) {
|
||||
return nil, fmt.Errorf("cannot load existing signature for signatory: %w", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user