Skip to content

Commit 5e91128

Browse files
authored
fix: remove duplicate array entry (#100)
1 parent 0592ac3 commit 5e91128

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ module.exports = (params) => {
2929
'ER_CON_COUNT_ERROR',
3030
'ER_USER_LIMIT_REACHED',
3131
'ER_OUT_OF_RESOURCES',
32-
'ER_CON_COUNT_ERROR',
3332
'PROTOCOL_CONNECTION_LOST', // if the connection is lost
3433
'PROTOCOL_SEQUENCE_TIMEOUT', // if the connection times out
3534
'ETIMEDOUT' // if the connection times out

0 commit comments

Comments
 (0)