pilcrowonpaper / oslo

A collection of auth-related utilities
https://oslo.js.org
MIT License
1.06k stars 35 forks source link

refactor/remove unnecessary awaits #5

Closed luccasr73 closed 11 months ago

luccasr73 commented 11 months ago
pilcrowonpaper commented 11 months ago

Closing this since this is intentional. It's fine in this specific instance, but if you were to wrap it around try/catch, errors are only caught if you await promises before retuning them.