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