不要怂,就是干,撸起袖子干!

Commit b445ec03 by James Jansson Committed by Sushant

refactor(transaction): remove duplicate code (#11299)

1 parent 488c048c
Showing with 0 additions and 1 deletions
...@@ -35,7 +35,6 @@ class Transaction { ...@@ -35,7 +35,6 @@ class Transaction {
}, options || {}); }, options || {});
this.parent = this.options.transaction; this.parent = this.options.transaction;
this.id = this.parent ? this.parent.id : generateTransactionId();
if (this.parent) { if (this.parent) {
this.id = this.parent.id; this.id = this.parent.id;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!