Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenwang1996 committed Dec 20, 2019
1 parent 9e73234 commit 00e543b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src.ts/providers/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export function adaptTransactionResult(txResult: any): FinalExecutionOutcome {
transaction: null,
transaction_outcome: txResult.transaction,
receipts_outcome: txResult.receipts
}
};
}
return txResult
return txResult;
}

0 comments on commit 00e543b

Please sign in to comment.