Fix typo
Merci javascript pour ces erreurs de qualitée...
This commit is contained in:
parent
21de520175
commit
0b4b38f6c5
@ -16,7 +16,7 @@ export async function restDelete(endPoint, data) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export async function restPatch(endPoint, data) {
|
export async function restPatch(endPoint, data) {
|
||||||
return await _rest(endPoint, {method: "PATCH", body: JSON.stringify(data));
|
return await _rest(endPoint, {method: "PATCH", body: JSON.stringify(data)});
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user