We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3c995b commit eb2b924Copy full SHA for eb2b924
packages/api/src/repositories/client.ts
@@ -78,7 +78,7 @@ function find({
78
.limit(pagination.limit)
79
.offset(pagination.offset)
80
}
81
- return query.select((seb) => [...select])
+ return query.select([...select])
82
83
84
export async function findClient({
0 commit comments