Заменил селекты на BaseSelect
This commit is contained in:
@@ -62,7 +62,7 @@ function del(url, headers, attempts = 3) {
|
||||
return handleRequest("DELETE", url, headers, attempts, null);
|
||||
}
|
||||
|
||||
function post(url, headers, body, attempts = 3) {
|
||||
function post(url, body, headers, attempts = 3) {
|
||||
return handleRequest("POST", url, headers, attempts, null, body);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user