Skip to content

Commit

Permalink
fix: eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi committed Dec 24, 2022
1 parent 4a6f976 commit cb616c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Structures/TaskManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ export class TaskManager extends EventEmitter {
username: process.env.REDIS_USERNAME,
password: process.env.REDIS_PASSWORD,
db: parseInt(process.env.REDIS_DB!)
}});
}
});
}
return new Redis({
host: process.env.REDIS_HOST!,
Expand Down

0 comments on commit cb616c4

Please sign in to comment.