Formatting of invoices / Door lock time to incident reports
This commit is contained in:
@@ -15,6 +15,7 @@ const fetchOffices = () => {
|
||||
cleanedOffices.push({
|
||||
officeId: office['_id'],
|
||||
officeName: office.name,
|
||||
officeSlug: office.description,
|
||||
});
|
||||
});
|
||||
resolve(cleanedOffices);
|
||||
|
||||
Reference in New Issue
Block a user