mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-26 17:02:27 -04:00
fix(client): send body in update-stripe-card requests (#55729)
This commit is contained in:
committed by
GitHub
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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user