feat(SPG-1124): add comment TODO at controller data scheduling setup

pull/166/head
Firman Ramdhani 2025-07-02 21:40:08 +07:00
parent fc08e98225
commit 23b0d9b103
2 changed files with 0 additions and 2 deletions

View File

@ -39,7 +39,6 @@ export class CreateDataSchedulingManager extends BaseCreateManager<DataSchedulin
});
}
console.log(this.data);
// Validation date
if (overlapping) {
throw new Error('Tanggal yang dimasukkan beririsan dengan data lain.');

View File

@ -27,7 +27,6 @@ import { BatchIdsDto } from 'src/core/modules/infrastructure/dto/base-batch.dto'
import { ExcludePrivilege, Public } from 'src/core/guards';
import { SetupSchedulingGuard } from './guards/setup-scheduling.guard';
import { DataSchedulingDefaultManager } from '../domain/usecases/managers/data-scheduling-default.manager';
import { get } from 'http';
@ApiTags(`${MODULE_NAME.DATA_SCHEDULING.split('-').join(' ')} - data`)
@Controller(`v1/${MODULE_NAME.DATA_SCHEDULING}`)