mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
fix(client): send body in update-stripe-card requests (#55729)
This commit is contained in:
parent
a1c12847e4
commit
7410ed0aa7
@ -59,7 +59,7 @@ export function post<T = void>(
|
||||
|
||||
function put<T = void>(
|
||||
path: string,
|
||||
body?: unknown
|
||||
body: unknown
|
||||
): Promise<ResponseWithData<T>> {
|
||||
return request('PUT', path, body);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user