Closed splagemann closed 6 years ago
Hi @splagemann, thank you for reporting this. Indeed, I did not check the last PR carefully enough. Would you be kind enough to send a PR with a fix? Thank you very much.
Thanks for merging. Can you also bump the version? Then this can be closed! Thanks
Yes, I was just adding a test to make sure this does not happen again, just a second :smiley:
I just bumped the version, thanks again for your help!!
Hi, thanks for this library. I'm getting an ArgumentError since the last release.
As far as I can see, PR #6 changed
headers
from a list to a map. That's why this is failing https://github.com/tuvistavie/elixir-web-push-encryption/blob/master/lib/web_push_encryption/push.ex#L53. I'm not too experienced with Elixir, is there something wrong on my end or is it an error in the last change?Happy to provide a PR when confirmed.