Skip to content

Commit

Permalink
ia: update response ids
Browse files Browse the repository at this point in the history
  • Loading branch information
ChlodAlejandro committed Sep 10, 2022
1 parent 083f97d commit 1b30163
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/modules/ia/ui/ListingResponsePanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ export default class ListingResponsePanel extends EventTarget {
// https://gist.github.com/ChlodAlejandro/33d2e98be1f69b90d9bbd43e22e694d3
static readonly responses = [
'cleaned', 'no', 'deletedcv', 'histpurge', 'user', 'where', 'unsure', 'deletedcup',
'relist', 'resolved', 'redirect', 'deletedother', 'merge', 'rewrite', 'backwardsattributed',
'blanked', 'move', 'deferred', 'ticket', 'backwards', 'purged', 'OTRS', 'unverified',
'viable'
'relist', 'resolved', 'redirect', 'deletedother', 'move', 'viable', 'backwardsattributed',
'blanked', 'deferred', 'ticket', 'backwards', 'purged', 'OTRS', 'unverified'
];
static readonly nonClosingResponses = [
'deferred', 'OTRS', 'unverified', 'viable'
Expand Down

0 comments on commit 1b30163

Please sign in to comment.