Fix bug list group id wrong type
Signed-off-by: Pakin <pakin.t@forth.co.th>
This commit is contained in:
parent
1c4dea7b27
commit
8eeed983f0
1 changed files with 4 additions and 4 deletions
|
|
@ -1896,10 +1896,10 @@ impl MachineSetting {
|
||||||
#[allow(non_snake_case)]
|
#[allow(non_snake_case)]
|
||||||
fn BlankListGroupID() -> Option<Vec<Value>> {
|
fn BlankListGroupID() -> Option<Vec<Value>> {
|
||||||
Some(vec![
|
Some(vec![
|
||||||
Value::String("0".into()),
|
Value::Number(0.into()),
|
||||||
Value::String("0".into()),
|
Value::Number(0.into()),
|
||||||
Value::String("0".into()),
|
Value::Number(0.into()),
|
||||||
Value::String("0".into()),
|
Value::Number(0.into()),
|
||||||
])
|
])
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue