Fixed linting

This commit is contained in:
Kenneth Foster 2023-06-09 16:26:02 -04:00
parent 6132a45c7c
commit 8897385690

View File

@ -430,7 +430,7 @@ exports.redisPingAsync = function (dsn) {
} else {
resolve(res);
}
}).catch(error => reject(error));
}).catch(error => reject);
}
});
});