Skip to content

Commit 99ffe47

Browse files
committed
feat: implement test boot script for ObjectKernel and MetadataPlugin integration
1 parent 281dd58 commit 99ffe47

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/objectql/src/protocol.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,7 @@ export class ObjectStackProtocolImplementation implements ObjectStackProtocol {
9999
]
100100
};
101101
}
102-
return {
103-
object: request.object,
104-
type: request.type,
105-
view
106-
};
102+
return view;
107103
}
108104

109105
async findData(request: { object: string, query?: any }) {

0 commit comments

Comments
 (0)