battlecode / galaxy

MIT License
10 stars 3 forks source link

Prefer mutate over mutateAsync #758

Open lowtorola opened 4 months ago

lowtorola commented 4 months ago

Per tkDodo's blog about mutations and how to fire them, I think I should replace all instance of mutateAsync with mutate everywhere to prevent unhandled promise rejections. Should be easy! 😎