ueberauth / guardian

Elixir Authentication
MIT License
3.43k stars 382 forks source link

Remove `!` from UserManager.get_user! #586

Closed blisscs closed 5 years ago

blisscs commented 5 years ago

Remove ! from UserManager.get_user!, since we are pattern matching with nil in the case block.

codecov-io commented 5 years ago

Codecov Report

Merging #586 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #586   +/-   ##
=======================================
  Coverage   84.97%   84.97%           
=======================================
  Files          17       17           
  Lines         406      406           
=======================================
  Hits          345      345           
  Misses         61       61

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 58fda3b...29fdb05. Read the comment docs.

yordis commented 5 years ago

🚀