From 0ceff9bd68e70ae64ad00044b7c31b2d9338eb15 Mon Sep 17 00:00:00 2001 From: KurtisMelkisedec Date: Fri, 31 Oct 2025 21:23:35 +0000 Subject: [PATCH] removing tag in main --- src/main.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 2067a0f..3fdce0e 100644 --- a/src/main.ts +++ b/src/main.ts @@ -17,7 +17,6 @@ async function bootstrap() { 'This is a service dedicated to the reception of callback from external source and sending to rabbitMQ', ) .addBearerAuth() - .addTag('auth') .setVersion('1.0') .build();