We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa93cfb commit 779f625Copy full SHA for 779f625
1 file changed
lib/builder.js
@@ -97,4 +97,6 @@ class DLC {
97
}
98
99
printContractDetails() {
100
- console.log('Contract ID:', this.contractId
+ console.log('Contract ID:', this.contractId)
101
+ }
102
+}
0 commit comments