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 0bc8af3 commit d15c5d2Copy full SHA for d15c5d2
sdk/storage/src/table/transaction.rs
@@ -32,7 +32,7 @@ impl Transaction {
32
let mut s = String::new();
33
34
s.push_str(&format!(
35
- "--transaction_{}\nContent-Type: multipart/mixed; boundary=changeset_{}\n\n",
+ "--batch_{}\nContent-Type: multipart/mixed; boundary=changeset_{}\n\n",
36
self.batch_uuid.to_hyphenated_ref(),
37
self.change_set_uuid.to_hyphenated_ref()
38
));
@@ -56,7 +56,7 @@ impl Transaction {
56
}
57
58
59
- "\n--changeset_{}--\n--transaction_{}\n",
+ "\n--changeset_{}--\n--batch_{}\n",
60
self.change_set_uuid.to_hyphenated_ref(),
61
62
0 commit comments