Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Commit cca7eba

Browse files
committed
Update signer opts for signer_groups
1 parent 56647ba commit cca7eba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/hello_sign/client.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,10 @@ def create_search_string(raw_string)
270270
end
271271

272272
def prepare_signers(opts)
273-
if opts[:signer_group]
274-
prepare_signer_group opts, :signer_group
275-
else
273+
if opts[:signers]
276274
prepare opts, :signers
275+
elsif opts[:signer_group]
276+
prepare_signer_group opts, :signer_group
277277
end
278278
end
279279

0 commit comments

Comments
 (0)