lijim / monks-and-mages

Monks and Mages is a TCG-game built on React and socket.io
https://www.monksandmages.com
MIT License
17 stars 0 forks source link

Fix: fix glitched saved deck interactions #445

Closed lijim closed 1 year ago

lijim commented 1 year ago

We forgot to make the mutate's based on URL + accessToken. That meant users couldn't see new decks when they created them, updated them, or deleted them

This PR updates that