Skip to content

Commit 58acb27

Browse files
committed
OKAY
1 parent 2f96571 commit 58acb27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

badApi/admin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const router = express.Router();
55
const users = []; // Simulated user storage for the sake of example
66
const usersInfo = [
77
{ username: 'user1', dob: '1990-01-01', address: '5, 3rd mainland Bridge', cardInfo: '1234-5678-9012-3456', children: ['Child1', 'Child2'], balance: 1000, role: 'user' },
8-
{ username: 'user2', dob: '1985-05-15', address: '7, Ghost street', cardInfo: '9876-5432-1098-7654', children: ['Child3'], balance: 500, role: 'user' },
8+
{ username: 'user2', dob: '1985-05-17', address: '7, Ghost street', cardInfo: '9876-5432-1098-7654', children: ['Child3'], balance: 500, role: 'user' },
99
];
1010

1111
/**

0 commit comments

Comments
 (0)