mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-11 20:55:01 +00:00
chore: resolve eslint issues
This commit is contained in:
parent
09125956a0
commit
673ec7b09a
19 changed files with 35 additions and 2 deletions
|
@ -159,6 +159,8 @@ export class GuildCases extends BaseGuildRepository {
|
|||
.catch((err) => {
|
||||
if (err?.code === "ER_DUP_ENTRY") {
|
||||
if (data.audit_log_id) {
|
||||
// FIXME: Debug
|
||||
// tslint:disable-next-line:no-console
|
||||
console.trace(`Tried to insert case with duplicate audit_log_id`);
|
||||
return this.createInternal({
|
||||
...data,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue