fix: Remove car_id property from adminAddVehicle call to fix TypeScript error

This commit is contained in:
AutonetSellCar Deploy
2026-02-01 21:16:03 +09:00
parent 5881126408
commit b340d338ff
31 changed files with 7071 additions and 1 deletions

6
temp_api_fix.txt Normal file
View File

@@ -0,0 +1,6 @@
adminDeleteInquiry: (id: number, token: string) =>
fetchApi<{ message: string }>(`/contact/admin/inquiries/${id}`, {
method: "DELETE",
token,
}),