Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: certificants' pub strings now pass to cert #1058

Merged
merged 1 commit into from
Mar 4, 2021
Merged

Fix: certificants' pub strings now pass to cert #1058

merged 1 commit into from
Mar 4, 2021

Conversation

davay42
Copy link
Contributor

@davay42 davay42 commented Mar 4, 2021

certificants.indexOf('*') !== -1 appears to be correct way of using this function to check if '*' is there.

certificants.includes may be another option, but it may be too modern for compatibility concern

`certificants.indexOf('*') !== -1` appears to be correct way of using this function. `certificants.includes` may be another option, but it may be too modern for compatibility concern
@mhelander
Copy link
Collaborator

Looking good.

@amark amark merged commit 5be57c3 into amark:master Mar 4, 2021
@mimiza
Copy link
Contributor

mimiza commented Mar 5, 2021

Congratulations!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants