feat: implement inquiry, send, retry, and revoke actions for sales invoices; enhance query constants and service structure
This commit is contained in:
@@ -25,7 +25,7 @@ export function getPrismaOptions(): any {
|
||||
} else {
|
||||
options.log = [
|
||||
{ emit: 'stdout', level: 'query' },
|
||||
{ emit: 'stdout', level: 'info' },
|
||||
// { emit: 'stdout', level: 'info' },
|
||||
{ emit: 'stdout', level: 'warn' },
|
||||
{ emit: 'stdout', level: 'error' },
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user