add ApproveOrRejectService

This commit is contained in:
2024-10-27 15:41:41 +07:00
parent e39cf51900
commit cb6a210308
2 changed files with 75 additions and 0 deletions

View File

@@ -31,6 +31,10 @@ export class PrismaService extends PrismaClient implements OnModuleInit {
},
],
errorFormat: 'pretty',
transactionOptions: {
maxWait: 30 * 1000,
timeout: 60 * 1000,
},
});
}