260323:1050 fix CI : Verify Build frontend #02 correct _???
This commit is contained in:
@@ -14,7 +14,11 @@ interface NumberingError {
|
||||
errorMessage: string;
|
||||
stackTrace?: string;
|
||||
createdAt: string;
|
||||
context?: unknown;
|
||||
context?: {
|
||||
projectId?: number | string;
|
||||
contractId?: number | string;
|
||||
[key: string]: unknown;
|
||||
};
|
||||
}
|
||||
|
||||
const logService = {
|
||||
|
||||
Reference in New Issue
Block a user