mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00: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:
@@ -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',
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user