Remove unused export

This commit is contained in:
Apher 2026-07-03 06:00:58 +00:00
parent 6e6b961816
commit 44e34c0c36

View File

@ -27,6 +27,5 @@ redis.ensureGroup = async (stream, group) => {
}
module.exports = {
db,
redis
};