Skip to content

Commit 97a8c3c

Browse files
committed
Update protocol.ts
1 parent f70ad64 commit 97a8c3c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/objectql/src/protocol.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ export class ObjectStackProtocolImplementation implements ObjectStackProtocol {
121121
const records = await this.engine.find(request.object, options);
122122
return {
123123
object: request.object,
124-
records,
124+
value: records, // OData compaibility
125+
records, // Legacy
125126
total: records.length,
126127
hasMore: false
127128
};

0 commit comments

Comments
 (0)