Skip to content

Commit

Permalink
Fix builder
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Nov 27, 2024
1 parent aa93cfb commit 779f625
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,6 @@ class DLC {
}

printContractDetails() {
console.log('Contract ID:', this.contractId
console.log('Contract ID:', this.contractId)
}
}

0 comments on commit 779f625

Please sign in to comment.