File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 * limitations under the License.
1818 */
1919
20- import Transaction from " ./transaction"
20+ import Transaction from ' ./transaction'
2121import {
2222 ConnectionHolder
2323} from './internal/connection-holder'
2424
2525import { Bookmarks } from './internal/bookmarks'
26- import { TxConfig } from " ./internal/tx-config" ;
26+ import { TxConfig } from ' ./internal/tx-config'
2727
2828/**
2929 * Represents a {@link Promise<Transaction>} object and a {@link Transaction} object.
@@ -41,7 +41,7 @@ class TransactionPromise extends Transaction implements Promise<Transaction>{
4141 private _beginMetadata ?: any ;
4242 private _beginPromise ?: Promise < Transaction > ;
4343 private _reject ?: ( error : Error ) => void ;
44- private _resolve ?: ( value ? : Transaction | PromiseLike < Transaction > | undefined ) => void ;
44+ private _resolve ?: ( value : Transaction | PromiseLike < Transaction > ) => void ;
4545
4646 /**
4747 * @constructor
You can’t perform that action at this time.
0 commit comments