We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ff52b commit cb7f0b4Copy full SHA for cb7f0b4
src/types/mResponses.ts
@@ -6,7 +6,7 @@ type mResponseErrors = Array<{
6
*/
7
document: {
8
_id: string;
9
- _source: JSONObject;
+ body: JSONObject;
10
};
11
12
/**
0 commit comments