Skip to content

Commit 50d57ea

Browse files
Merge branch 'beta'
2 parents c0aad86 + 470ab38 commit 50d57ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)