Skip to content

Commit 013440d

Browse files
fix: typo
1 parent b6e81ea commit 013440d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/orders/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ export async function submitOrderCancellationByIdAction(orderId: string) {
329329
method: "DELETE",
330330
body: JSON.stringify({}),
331331
headers: {
332-
"Content-ype": "application/json",
332+
"Content-Type": "application/json",
333333
Authorization: `Bearer ${await getAuthToken()}`,
334334
},
335335
});

0 commit comments

Comments
 (0)