Skip to content

Commit 526cfdc

Browse files
authored
fix linting
1 parent 49f3e2e commit 526cfdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/classes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const defaultCategories: Category[] = [
3838
{ name: ['Media', 'Music'], rule: { type: 'regex', regex: 'Spotify|Deezer', ignore_case: true } },
3939
{
4040
name: ['Comms', 'IM'],
41-
rule: { type: 'regex', regex: 'Messenger|Telegram|Signal|WhatsApp|Rambox|Slack|Riot|Discord' }
41+
rule: { type: 'regex', regex: 'Messenger|Telegram|Signal|WhatsApp|Rambox|Slack|Riot|Discord' },
4242
},
4343
{ name: ['Comms', 'Email'], rule: { type: 'regex', regex: 'Gmail|Thunderbird|mutt|alpine' } },
4444
];

0 commit comments

Comments
 (0)