Skip to content

Commit 779f625

Browse files
committed
Fix builder
1 parent aa93cfb commit 779f625

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

lib/builder.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,6 @@ class DLC {
9797
}
9898

9999
printContractDetails() {
100-
console.log('Contract ID:', this.contractId
100+
console.log('Contract ID:', this.contractId)
101+
}
102+
}

0 commit comments

Comments
 (0)