mirror of
https://github.com/xfarrow/blink
synced 2025-06-27 09:03:02 +02:00
bugfixes
This commit is contained in:
@ -71,7 +71,7 @@ async function removeOrganizationAdmin(personId, organizationId) {
|
||||
.where('id_organization', organizationId)
|
||||
.del();
|
||||
|
||||
// TODO: If the user instead deletes their entire profile, the organization will not be deleted. Fix. (database schema)
|
||||
// TODO: If the user instead deletes their entire profile, the organization will not be deleted. Fix.
|
||||
const remainingAdministrators = await transaction('OrganizationAdministrator')
|
||||
.where({
|
||||
id_organization: organizationId
|
||||
|
Reference in New Issue
Block a user