Skip to content

Commit

Permalink
fix: don't give useless #unknown-channel in ticket close logs
Browse files Browse the repository at this point in the history
  • Loading branch information
eartharoid committed Feb 9, 2023
1 parent 0d1cb90 commit d7ae5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/tickets/manager.js
Expand Up @@ -1092,7 +1092,7 @@ module.exports = class TicketManager {
action: 'close',
target: {
id: ticket.id,
name: channel.toString(),
name: `[${ticket.number}]`,
},
userId: closedBy,
});
Expand Down

0 comments on commit d7ae5c0

Please sign in to comment.