Skip to content

Commit

Permalink
make eslint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Oct 23, 2023
1 parent fbf4f7d commit 67995c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/v2/service/addon.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,6 @@ export default class AddonService {

let title = a.name;
let name = "Add-on ";
let users = [];
let description = a.approval.reason ? `Reason: ${a.approval.reason}` : `*No reason provided*`;
if (now === "approved") description = undefined;
const url = `https://webapp.faithfulpack.net/#/review/addons?status=${now}&id=${String(a.id)}`;
Expand All @@ -610,7 +609,6 @@ export default class AddonService {
: undefined) || "someone";
title = `Add-on '${a.name}' ${now} by ${usernameApproval}`;
name += "review";
users = a.authors; // notify authors of review
}
const payload: APIEmbed = {
color: 7784773,
Expand Down

0 comments on commit 67995c3

Please sign in to comment.