refactor: update Dockerfile cache identifiers and clean up console logs across multiple services

This commit is contained in:
2026-05-16 18:00:08 +03:30
parent ba3c544ff8
commit 2a2c020627
9 changed files with 25 additions and 41 deletions
-2
View File
@@ -10,8 +10,6 @@ export class PosService {
constructor(private readonly prisma: PrismaService) {}
async getInfo(pos_id: string) {
console.log('pos_id', pos_id)
const pos = await this.prisma.pos.findUniqueOrThrow({
where: {
id: pos_id,