This commit is contained in:
2025-02-13 00:13:02 +09:00
parent 1ad8b3edd7
commit 63e21e1332

View File

@@ -26,7 +26,6 @@ local function format_n(amount)
end end
local suffix = "" local suffix = ""
local suffix_list = { local suffix_list = {
["T"] = 1e12,
["G"] = 1e9, ["G"] = 1e9,
["M"] = 1e6, ["M"] = 1e6,
["k"] = 1e3 ["k"] = 1e3