fix: temporarily disable OtpAuthGuard in saveToCouch method for transaction data controller
parent
6636c596f4
commit
afad02ba52
|
@ -105,7 +105,7 @@ export class TransactionDataController {
|
|||
},
|
||||
})
|
||||
@Public(true)
|
||||
@UseGuards(OtpAuthGuard)
|
||||
// @UseGuards(OtpAuthGuard)
|
||||
async saveToCouch(@Body() body: any[]) {
|
||||
try {
|
||||
await this.orchestrator.saveTransactionToCouch(body);
|
||||
|
|
Loading…
Reference in New Issue