fix: temporarily disable OtpAuthGuard in saveToCouch method for transaction data controller

pull/158/head 1.6.21-alpha.3
shancheas 2025-06-17 15:03:17 +07:00
parent 6636c596f4
commit afad02ba52
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ export class TransactionDataController {
},
})
@Public(true)
@UseGuards(OtpAuthGuard)
// @UseGuards(OtpAuthGuard)
async saveToCouch(@Body() body: any[]) {
try {
await this.orchestrator.saveTransactionToCouch(body);