Skip to content

Commit 4943c25

Browse files
Update src/components/pay-theory-hosted-field-transactional/index.ts
Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
1 parent 6770b8c commit 4943c25

File tree

1 file changed

+1
-1
lines changed
  • src/components/pay-theory-hosted-field-transactional

1 file changed

+1
-1
lines changed

src/components/pay-theory-hosted-field-transactional/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class PayTheoryHostedFieldTransactional extends PayTheoryHostedField {
9595
protected _readyPort: MessagePort | undefined;
9696

9797
// Used to track if the socket is connected
98-
protected _isConnected: boolean = false;
98+
protected _isConnected = false;
9999

100100
// List of fields that are a part of this group used to transact for this transactional element
101101
protected _fieldTypes: Array<ElementTypes>;

0 commit comments

Comments
 (0)