Clear last transaction builder before early exit

Summary: Clean up lastTransationBuilder

Reviewed By: maxolls

Differential Revision: D27657431

fbshipit-source-id: a29e4236c60fd8a3657a457d1affbe22c55fdd37
This commit is contained in:
Brian Clouser 2021-04-12 10:41:28 -07:00 committed by Facebook GitHub Bot
parent c7c8f38638
commit 4d1c1b0b86

View file

@ -94,6 +94,7 @@
if (!transaction) {
// If we don't have enough information, we might not be able to create a transaction.
self.lastTransactionBuilder = nil;
return;
}