KOSASIH / pi-nexus-autonomous-banking-network

Use $document instead of document JS-0555
Anti-pattern
Minor
1 occurrence in this check
You should use the $document service instead of the default document object
 9
10repayButton.addEventListener('click', async (e) => {
11  e.preventDefault();
12  const repaymentAmount = document.getElementById('repayment-amount').value;13
14  // Call the smart contract's repayLoan function
15  const web3 = new Web3(