Fix : remove cardService import
release-tag / release-image (push) Successful in 42s

This commit is contained in:
2024-08-01 23:13:46 +02:00
parent e13d12b12f
commit 86b08f66cc
-1
View File
@@ -1,5 +1,4 @@
import { Injectable } from '@nestjs/common';
import { CardsService } from './cards/cards.service';
@Injectable()
export class AppService {