mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 13:47:15 +01:00
Fixed types.
This commit is contained in:
parent
66d7a815fc
commit
e718b22599
2 changed files with 4 additions and 4 deletions
|
|
@ -42,7 +42,7 @@ export default async (
|
|||
|
||||
if (req.method === 'GET') {
|
||||
if (await canViewAllWebsites(req.auth)) {
|
||||
const websites = getWebsites(req.query, {
|
||||
const websites = await getWebsites(req.query, {
|
||||
include: {
|
||||
teamWebsite: {
|
||||
include: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue