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

pull/165/head
Firman Ramdhani 2025-07-02 20:44:14 +07:00
parent c7954f2340
commit fc08e98225
1 changed files with 0 additions and 1 deletions

View File

@ -109,7 +109,6 @@ export class DataSchedulingDefaultController {
@Get() @Get()
async get(): Promise<DataSchedulingDefaultEntity> { async get(): Promise<DataSchedulingDefaultEntity> {
console.log('here');
return await this.manager.getData(); return await this.manager.getData();
} }
} }