Skip to content

Commit cb7f0b4

Browse files
fix(mResponse): the mResponseErrors document contain body property instead of _source
1 parent 18ff52b commit cb7f0b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/types/mResponses.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ type mResponseErrors = Array<{
66
*/
77
document: {
88
_id: string;
9-
_source: JSONObject;
9+
body: JSONObject;
1010
};
1111

1212
/**

0 commit comments

Comments
 (0)