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