Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
TEAS-577 [fix] elasticsearch bulk result
Browse files Browse the repository at this point in the history
  • Loading branch information
untoldwind committed Dec 4, 2018
1 parent 90b5fae commit 33f0ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elasticsearch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ pub struct BulkActionResponse {
#[serde(rename = "_id")]
id: String,
status: u16,
result: String,
result: Option<String>,
}

#[derive(Clone, Debug, Deserialize)]
Expand Down

0 comments on commit 33f0ba7

Please sign in to comment.