mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 14:47:14 +01:00
fix user delete and Logo import
This commit is contained in:
parent
ce1120c3ff
commit
f11773ad3f
2 changed files with 3 additions and 3 deletions
|
|
@ -136,7 +136,7 @@ export async function deleteUser(
|
|||
|
||||
const teams = await client.team.findMany({
|
||||
where: {
|
||||
teamUser: {
|
||||
members: {
|
||||
some: {
|
||||
userId,
|
||||
role: ROLES.teamOwner,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue