Fix report create for view only, fix createdby on save and add column in team websites table

This commit is contained in:
Francis Cao 2024-02-22 15:31:32 -08:00
parent fd1b9ff7b4
commit 8fbd6871f7
5 changed files with 19 additions and 9 deletions

View file

@ -87,7 +87,7 @@ export async function getTeamWebsites(
teamId,
},
include: {
user: {
createUser: {
select: {
id: true,
username: true,