mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
fix not converting to argon string
This commit is contained in:
@@ -22,7 +22,7 @@ func convertToArgon(obj any) any {
|
|||||||
}
|
}
|
||||||
return ArArray(x)
|
return ArArray(x)
|
||||||
case string:
|
case string:
|
||||||
return x
|
return ArString(x)
|
||||||
case float64:
|
case float64:
|
||||||
return newNumber().SetFloat64(x)
|
return newNumber().SetFloat64(x)
|
||||||
case bool:
|
case bool:
|
||||||
|
|||||||
Reference in New Issue
Block a user