update license structures and setup file storage services
This commit is contained in:
@@ -13,7 +13,6 @@ export class PosController {
|
||||
async getInfo(@PosInfo('pos_id') pos_id: string, @Res({ passthrough: true }) res) {
|
||||
const result = await this.service.getInfo(pos_id)
|
||||
|
||||
console.log('firstaaaaa')
|
||||
if (result) {
|
||||
console.log('first')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user