forked from Yara724/api
Fixed legacy requestedCounts methods and statistics + claimLink address
This commit is contained in:
@@ -47,10 +47,6 @@ export class ProfileController {
|
||||
@UseGuards(GlobalGuard)
|
||||
@ApiBody({ type: AddPlateProfileDto })
|
||||
async addPlate(@CurrentUser() user, @Body() body: AddPlateDto) {
|
||||
console.log(
|
||||
"🚀 ~ file: profile.controller.ts:50 ~ ProfileController ~ addPlate ~ user:",
|
||||
user,
|
||||
);
|
||||
return await this.plateService.addPlate(user.sub, body);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user