mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-16 02:08:59 +05:30
Исправил ошибку с undefined вместо значений полей запросов через service/request
This commit is contained in:
parent
7e7a31a672
commit
ced721af24
@ -10,6 +10,8 @@ function convertQueryValue(value) {
|
||||
if (value === false) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
return value;
|
||||
}
|
||||
|
||||
function buildQuery(data) {
|
||||
|
Loading…
Reference in New Issue
Block a user