fix: Remove car_id property from adminAddVehicle call to fix TypeScript error
This commit is contained in:
6
temp_api_fix.txt
Normal file
6
temp_api_fix.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
adminDeleteInquiry: (id: number, token: string) =>
|
||||
fetchApi<{ message: string }>(`/contact/admin/inquiries/${id}`, {
|
||||
method: "DELETE",
|
||||
token,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user