From b2631d75267ece298580ffcbf2aa45d6bb752bba Mon Sep 17 00:00:00 2001 From: derberg Date: Wed, 8 May 2024 10:40:44 +0200 Subject: [PATCH] fix: remove notice from nodejs and java templates that no --- src/commands/generate/fromTemplate.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/commands/generate/fromTemplate.ts b/src/commands/generate/fromTemplate.ts index 3dec4adc200..80eb592745e 100644 --- a/src/commands/generate/fromTemplate.ts +++ b/src/commands/generate/fromTemplate.ts @@ -36,8 +36,6 @@ const templatesNotSupportingV3: Record = { '@asyncapi/java-spring-cloud-stream-template': 'https://github.com/asyncapi/java-spring-cloud-stream-template/issues/336', '@asyncapi/go-watermill-template': 'https://github.com/asyncapi/go-watermill-template/issues/243', '@asyncapi/java-spring-template': 'https://github.com/asyncapi/java-spring-template/issues/308', - '@asyncapi/nodejs-template': 'https://github.com/asyncapi/nodejs-template/issues/215', - '@asyncapi/java-template': 'https://github.com/asyncapi/java-template/issues/118', '@asyncapi/php-template': 'https://github.com/asyncapi/php-template/issues/191' };