Merge pull request 'feat(SPG-1236): implement otp checker guard on session period' (#159) from feat/otp-cancel into development

Reviewed-on: #159
pull/142/head 1.6.23-alpha.2
firmanr 2025-06-19 17:04:51 +07:00
commit 69c2ee06cf
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ export class SeasonPeriodDataController {
// pemisahan update data dengan update items dikarenakan payload (based on tampilan) berbeda
// TODO => simpan OTP update yang disikim dari request ini
@Put(':id/items')
@UseGuards(OtpCheckerGuard)
async updateItems(
@Param('id') dataId: string,
@Body() data: UpdateSeasonPeriodItemDto,