mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 06:37:18 +01:00
Fixed team website create.
This commit is contained in:
parent
e971f2533d
commit
d9670f10a4
8 changed files with 29 additions and 39 deletions
|
|
@ -109,7 +109,7 @@ export async function createWebsite(
|
|||
.create({
|
||||
data,
|
||||
})
|
||||
.then(async data => {
|
||||
.then(async (data: { id: any }) => {
|
||||
if (cache.enabled) {
|
||||
await cache.storeWebsite(data);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue