mirror of
https://github.com/myfatemi04/wheelshare-old-backend.git
synced 2025-05-03 01:09:52 -04:00
add dummy user
This commit is contained in:
parent
b07ccd7232
commit
b56f5afe37
|
@ -1,7 +1,13 @@
|
|||
/**
|
||||
* Records users by id
|
||||
*/
|
||||
export const users: Record<string, Carpool.User> = {};
|
||||
export const users: Record<string, Carpool.User> = {
|
||||
myfatemi04: {
|
||||
id: 'myfatemi04',
|
||||
first_name: 'Michael',
|
||||
last_name: 'Fatemi',
|
||||
},
|
||||
};
|
||||
|
||||
/**
|
||||
* Records groups by id
|
||||
|
|
Loading…
Reference in New Issue
Block a user