We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b507924 commit 77b0f31Copy full SHA for 77b0f31
1 file changed
badApi/account.js
@@ -4,7 +4,7 @@ const router = express.Router();
4
// In-memory database for storing user information (including sensitive data)
5
const usersInfo = [
6
{ username: 'user1', dob: '1990-01-01', address: '5, 3rd mainland Bridge', cardInfo: '1234-5678-9012-3456', children: ['Child1', 'Child2'], balance: 1000, role: 'user' },
7
- { username: 'user2', dob: '1985-05-15', address: '7, Ghost street', cardInfo: '9876-5432-1098-7654', children: ['Child3'], balance: 500, role: 'user' },
+ { username: 'user3', dob: '1985-05-15', address: '7, Ghost street', cardInfo: '9876-5432-1098-7654', children: ['Child3'], balance: 500, role: 'user' },
8
];
9
10
/**
0 commit comments