Enable no-dupe-keys lint

This commit is contained in:
valadaptive 2023-12-02 09:11:02 -05:00
parent 8c89f373fa
commit e7ae1c4787
2 changed files with 1 additions and 3 deletions

View File

@ -68,7 +68,6 @@ module.exports = {
'no-unsafe-negation': 'off',
'no-constant-condition': 'off',
'no-empty': 'off',
'no-unsafe-finally': 'off',
'no-dupe-keys': 'off'
'no-unsafe-finally': 'off'
}
};

View File

@ -288,7 +288,6 @@ async function statMesProcess(line, type, characters, this_chid, oldMesssage) {
user_word_count: 0,
non_user_msg_count: 0,
user_msg_count: 0,
non_user_msg_count: 0,
total_swipe_count: 0,
date_first_chat: Date.now(),
date_last_chat: Date.now(),