Fixed types.

This commit is contained in:
Mike Cao 2023-12-03 23:02:28 -08:00
parent 66d7a815fc
commit e718b22599
2 changed files with 4 additions and 4 deletions

View file

@ -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: {