fixes text

This commit is contained in:
infinitefusion
2024-12-23 23:58:48 -05:00
parent 950c942b20
commit 17ca4dcd69
3 changed files with 1 additions and 2 deletions

View File

@@ -137,7 +137,6 @@ def clean_json_string(str)
cleaned_str = cleaned_str.gsub(/\\u([\da-fA-F]{4})/) { |match|
[$1.to_i(16)].pack("U")
}
echoln cleaned_str
return cleaned_str
end