addchantier work
This commit is contained in:
@@ -10,6 +10,7 @@ export async function getUsers(): Promise<User[]> {
|
||||
return snapshot.docs.map((doc) => {
|
||||
const data = doc.data();
|
||||
return {
|
||||
id: doc.id,
|
||||
...data,
|
||||
allocation: data.allocation?.map(convertReservation) || [],
|
||||
} as User;
|
||||
|
||||
Reference in New Issue
Block a user