mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 22:27:16 +01:00
Fix type errors in admin queries
This commit is contained in:
parent
86d482f18a
commit
f9f67264a5
5 changed files with 20 additions and 18 deletions
|
|
@ -221,7 +221,7 @@ export async function deleteUser(
|
|||
id: userId,
|
||||
},
|
||||
}),
|
||||
]).then(async (data: any) => {
|
||||
]).then(async data => {
|
||||
if (cache.enabled) {
|
||||
const ids = websites.map(a => a.id);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue