mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-07 11:07:19 +00:00
fix fix formatting and globs in package.json
This commit is contained in:
parent
fdefca17ae
commit
33162263f9
2 changed files with 5 additions and 5 deletions
|
@ -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,
|
||||
},
|
||||
}))!;
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue