Enable no-dupe-keys lint
This commit is contained in:
parent
8c89f373fa
commit
e7ae1c4787
|
@ -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'
|
||||
}
|
||||
};
|
||||
|
|
|
@ -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(),
|
||||
|
|
Loading…
Reference in New Issue