Updated login check method.

This commit is contained in:
Mike Cao 2023-01-04 21:20:24 -08:00
parent 170b30b391
commit 796c65fa29
10 changed files with 45 additions and 40 deletions

View file

@ -26,7 +26,7 @@ export async function getTeamWebsites(teamId: string): Promise<Website[]> {
name: 'asc',
},
],
});
} as any);
}
export async function createTeam(data: Prisma.TeamCreateInput): Promise<Team> {