Fix typo
Merci javascript pour ces erreurs de qualitée...
This commit is contained in:
		@ -16,7 +16,7 @@ export async function restDelete(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)});
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user