fix formatting and globs in package.json (#440)

This commit is contained in:
Almeida 2023-12-27 18:30:08 +00:00 committed by GitHub
parent 94a712832a
commit cf55eb161f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -287,8 +287,8 @@ export class GuildCounters extends BaseGuildRepository {
return (await entityManager.findOne(CounterTrigger, {
where: {
id: insertResult.identifiers[0].id
}
id: insertResult.identifiers[0].id,
},
}))!;
});
}