We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 451594c commit 1b8060eCopy full SHA for 1b8060e
apps/dashboard/src/@/api/universal-bridge/developer.ts
@@ -74,7 +74,6 @@ export async function deleteWebhook(props: {
74
method: "DELETE",
75
headers: {
76
"Content-Type": "application/json",
77
- "x-client-id-override": props.clientId,
78
Authorization: `Bearer ${authToken}`,
79
},
80
@@ -214,7 +213,6 @@ export async function getPayments(props: {
214
213
method: "GET",
215
216
217
218
219
220
});
0 commit comments