690322:2123 Fixing Deployment Errors
This commit is contained in:
@@ -116,10 +116,6 @@ export class DocumentNumberingController {
|
||||
year: dto.year,
|
||||
customTokens: dto.customTokens,
|
||||
});
|
||||
// console.log(
|
||||
// '[DocumentNumberingController] Preview result:',
|
||||
// JSON.stringify(result)
|
||||
// );
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -51,9 +51,6 @@ export class FormatService {
|
||||
tokens,
|
||||
options.sequence
|
||||
);
|
||||
// console.log(
|
||||
// `[FormatService] Generated: "${previewNumber}" | Template: "${template}" | isDefault: ${isDefault}`
|
||||
// );
|
||||
return { previewNumber, isDefault };
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Injectable, Logger } from '@nestjs/common';
|
||||
import { Injectable } from '@nestjs/common';
|
||||
import { Counter, Gauge, Histogram } from 'prom-client';
|
||||
import { InjectMetric } from '@willsoto/nestjs-prometheus';
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Injectable, Logger, NotFoundException } from '@nestjs/common';
|
||||
import { Injectable, Logger } from '@nestjs/common';
|
||||
import { InjectRepository } from '@nestjs/typeorm';
|
||||
import { Repository } from 'typeorm';
|
||||
import { DocumentNumberFormat } from '../entities/document-number-format.entity';
|
||||
|
||||
Reference in New Issue
Block a user