We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c4bc52 commit 216a3e0Copy full SHA for 216a3e0
badApi/loan.js
@@ -3,7 +3,7 @@ const router = express.Router();
3
4
// In-memory database for loan applications
5
let loanApplications = [
6
- { username: 'user1', amount: 1000, status: 'pending' },
+ { username: 'user1', amount: 2000, status: 'pending' },
7
];
8
9
/**
0 commit comments