feat(SPG-1124): add comment TODO at controller data scheduling setup
parent
c7954f2340
commit
fc08e98225
|
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue