This commit is contained in:
Bxio 2025-05-01 19:33:36 +01:00
parent 04a96579f9
commit 9b9e0211c7

View File

@ -80,7 +80,7 @@ module.exports = {
try {
if (row.meta) {
metas = JSON.parse(row.dados_json);
metas = JSON.parse(row.meta);
}
} catch (err) {
console.warn('JSON mal formatado para usuário:', row.discord_username);