Add FreeAgentPost ID to api/bot/freeagents (#430)

This commit is contained in:
Alecat
2021-04-22 20:28:04 +09:30
committed by GitHub
parent 0432ab2e1d
commit c9dc0c9975

View File

@@ -14,6 +14,7 @@ const teamsFreeAgentsHandler = async (
const freeAgents = await prisma.freeAgentPost.findMany({
select: {
id: true,
canVC: true,
content: true,
playstyles: true,