screw this

This commit is contained in:
GDColon 2019-11-01 19:38:04 -04:00
parent 60733810d5
commit b07953d88f

View file

@ -89,7 +89,7 @@ module.exports = async (app, req, res) => {
let keys = Object.keys(x)
x.name = x[2];
x.id = x[1];
x.description = app.clean(Buffer.from(x[3], 'base64').toString() || "(No description provided)"),
x.description = Buffer.from(x[3], 'base64').toString() || "(No description provided)",
x.author = authorList[x[6]] ? authorList[x[6]][0] : "-";
x.authorID = x[6];
x.accountID = authorList[x[6]] ? authorList[x[6]][1] : "0";