mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
chore: deps
This commit is contained in:
@@ -229,7 +229,7 @@ export class ValidationEnhancer {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (collectorEntity && collectorEntity.consumable) {
|
||||
if (collectorEntity?.consumable) {
|
||||
if (releaseTagCompare(declarationReleaseTag, referencedReleaseTag) > 0) {
|
||||
collector.messageRouter.addAnalyzerIssue(
|
||||
ExtractorMessageId.IncompatibleReleaseTags,
|
||||
|
||||
Reference in New Issue
Block a user