From bcea5099bcc23d60e62b028ea93bce9b426d6fe2 Mon Sep 17 00:00:00 2001 From: Adam Cooper Date: Fri, 5 Apr 2024 14:27:08 -0400 Subject: [PATCH] Lazygit test no. 1 --- src/cats/cats.service.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/cats/cats.service.ts b/src/cats/cats.service.ts index b72ee08..f072d6d 100644 --- a/src/cats/cats.service.ts +++ b/src/cats/cats.service.ts @@ -26,4 +26,8 @@ export class CatsService { this.logger.log("[remove] Starting..."); await this.catsRepository.delete(id) } + + lazygitTest(): void { + this.logger.log("[lazygitTest] test no. 1") + } }