fix signin signout and apply the new style
This commit is contained in:
@@ -52,6 +52,9 @@ export async function createVehicle(companyId: string, overrides: Record<string,
|
||||
dailyRate: 500,
|
||||
status: 'AVAILABLE',
|
||||
isPublished: true,
|
||||
pickupLocations: ['Casablanca'],
|
||||
allowDifferentDropoff: false,
|
||||
dropoffLocations: [],
|
||||
...overrides,
|
||||
} as any,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user