lexicongovernance / pluraltools-backend

Backend implementation of the plural voting tool.
https://demo.lexicongovernance.org/
GNU General Public License v3.0
3 stars 1 forks source link

fix: groupid not being saved on group registrations #331

Closed diegoalzate closed 4 months ago

diegoalzate commented 4 months ago

overview

there was a bug saving the registration with a groupId, it would always be saved as null. with this pr groupId will now be saved

small changes

refactored some where functions because it would cause typescript lsp issues