fix(eslint): now is activated and normed using ts comparaison

This commit is contained in:
Raphael 2025-08-18 14:45:46 +02:00
parent 11befcbad4
commit 561d3e92a6
14 changed files with 122 additions and 145 deletions

View file

@ -6,8 +6,7 @@ export default {
once: true,
async execute(client) {
try {
let botData: Bot;
botData = await prisma.bot.findUnique({
const botData: Bot = await prisma.bot.findUnique({
where: {
id: 1,
},