mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 12:44:07 -08:00
refactor(Discord Node): Stop reporting to Sentry inaccessible guild error (no-changelog) (#8095)
Ref Sentry issue: https://n8nio.sentry.io/issues/4738702202
This commit is contained in:
parent
5ed4d19059
commit
c170dd1da3
|
@ -241,6 +241,7 @@ export function checkAccessToGuild(
|
||||||
`You do not have access to the guild with the id ${guildId}`,
|
`You do not have access to the guild with the id ${guildId}`,
|
||||||
{
|
{
|
||||||
itemIndex,
|
itemIndex,
|
||||||
|
level: 'warning',
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue