Last active
June 15, 2022 23:40
-
-
Save TylerPachal/a0f2ef64d3ef04870b0f945606c59c65 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # You don't always need pattern matching | |
| is_admin = Map.get(user, "is_admin") || false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment