We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4de57c commit af1dd95Copy full SHA for af1dd95
src/index.ts
@@ -229,18 +229,18 @@ class OttomanService<T = any> extends AdapterService<T> implements InternalServi
229
...restQuery,
230
$and: [
231
{
232
- id,
+ [this.id]: id,
233
},
234
235
- id: query[this.id],
+ [this.id]: query[this.id],
236
237
],
238
};
239
}
240
241
return {
242
...query,
243
244
245
246
0 commit comments