Skip to content

Commit 1b8060e

Browse files
committed
fix: invalid client id override
1 parent 451594c commit 1b8060e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/dashboard/src/@/api/universal-bridge/developer.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ export async function deleteWebhook(props: {
7474
method: "DELETE",
7575
headers: {
7676
"Content-Type": "application/json",
77-
"x-client-id-override": props.clientId,
7877
Authorization: `Bearer ${authToken}`,
7978
},
8079
},
@@ -214,7 +213,6 @@ export async function getPayments(props: {
214213
method: "GET",
215214
headers: {
216215
"Content-Type": "application/json",
217-
"x-client-id-override": props.clientId,
218216
Authorization: `Bearer ${authToken}`,
219217
},
220218
});

0 commit comments

Comments
 (0)