netlify / gotrue

An SWT based API for managing users and issuing SWT tokens.
https://www.gotrueapi.org
MIT License
3.84k stars 285 forks source link

Fix wrong tablename when deleting instance #220

Closed mraerino closed 4 years ago

mraerino commented 4 years ago

- Summary

When using a namespace we were not able to delete an instance because it would pick the wrong table name (without namespace). This is caused by the non-pointer model not matching the Tablenameable interface.

- Test plan

Hot fix. Verified in staging.

- A picture of a cute animal (not mandatory but encouraged)