Compare commits

..

No commits in common. "69c2ee06cf763ea0225ad295b5a96eade025948a" and "62cfb1f1a8d64be3753271aeef849c6e9af00bab" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@ 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,