fix id type
This commit is contained in:
parent
b6cf3bae96
commit
625fd34b09
@ -48,7 +48,7 @@ export default function ResponseAgentCard({
|
|||||||
)
|
)
|
||||||
`
|
`
|
||||||
)
|
)
|
||||||
.eq("id", agentResponseId)
|
.eq("id", parseInt(agentResponseId))
|
||||||
.limit(1)
|
.limit(1)
|
||||||
.single();
|
.single();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user