mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 00:46: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)
|
||||
case string:
|
||||
return x
|
||||
return ArString(x)
|
||||
case float64:
|
||||
return newNumber().SetFloat64(x)
|
||||
case bool:
|
||||
|
||||
Reference in New Issue
Block a user