mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-26 13:17:15 -05:00
Add FreeAgentPost ID to api/bot/freeagents (#430)
This commit is contained in:
@@ -14,6 +14,7 @@ const teamsFreeAgentsHandler = async (
|
||||
|
||||
const freeAgents = await prisma.freeAgentPost.findMany({
|
||||
select: {
|
||||
id: true,
|
||||
canVC: true,
|
||||
content: true,
|
||||
playstyles: true,
|
||||
|
||||
Reference in New Issue
Block a user