fix id type

This commit is contained in:
ErkiKadhafi 2025-01-31 21:52:29 +07:00
parent b6cf3bae96
commit 625fd34b09

View File

@ -48,7 +48,7 @@ export default function ResponseAgentCard({
)
`
)
.eq("id", agentResponseId)
.eq("id", parseInt(agentResponseId))
.limit(1)
.single();