feat(SPG-1124): add comment TODO at controller data scheduling setup
parent
c7954f2340
commit
fc08e98225
|
@ -109,7 +109,6 @@ export class DataSchedulingDefaultController {
|
|||
|
||||
@Get()
|
||||
async get(): Promise<DataSchedulingDefaultEntity> {
|
||||
console.log('here');
|
||||
return await this.manager.getData();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue