fix(tests): post merge cleanup

This commit is contained in:
SabreCat
2023-10-03 15:58:31 -05:00
parent a9f3360890
commit fbb9b2c65a
6 changed files with 21 additions and 61 deletions

View File

@@ -38,12 +38,6 @@ export default class InboxChatReporter extends ChatReporter {
}
async notify (message, userComment) {
const group = {
type: 'private messages',
name: 'N/A',
_id: 'N/A',
};
slack.sendInboxFlagNotification({
messageUserEmail: this.messageUserEmail,
flagger: this.user,