Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando-Santana-j committed Oct 22, 2024
1 parent c4224c8 commit 6e35ed3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Discord/discordIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -2193,7 +2193,10 @@ module.exports.sendProductPayment = async (params, id, type) => {
numberEstoque: productEstoque.length,
edit: true
});
} catch (error) { }
} catch (error) {
console.log('SendProductMessageERROR',error);

}
}


Expand Down

0 comments on commit 6e35ed3

Please sign in to comment.