mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-06 10:11:27 +03:00
chore(style): update eslint
This commit is contained in:
@@ -9,7 +9,7 @@ const msToMins = ms => Number((ms / 1000 / 60).toFixed(2));
|
||||
|
||||
const getAvgResolutionTime = tickets => (tickets.reduce((total, ticket) => total + (ticket.closedAt - ticket.createdAt), 0) || 1) / Math.max(tickets.length, 1);
|
||||
|
||||
const getAvgResponseTime = tickets => (tickets.reduce((total, ticket) => total + (ticket.firstResponseAt - ticket.createdAt), 0) || 1) / Math.max(tickets.length, 1);
|
||||
const getAvgResponseTime = tickets => (tickets.reduce((total, ticket) => total + (ticket.firstResponseAt - ticket.createdAt), 0) || 1) / Math.max(tickets.length, 1);
|
||||
|
||||
expose({
|
||||
aggregateGuildForHouston(guild, messages) {
|
||||
|
Reference in New Issue
Block a user