Skip to content

Commit

Permalink
Remove debug console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBartusek committed Jun 3, 2024
1 parent 3a23670 commit 2c8431d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/api/src/models/organizations/organizations.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,7 @@ export class OrganizationsController {
})
async ownerCheck(@Req() request: Request): Promise<GenericResponseDto> {
const userId = new Types.ObjectId(request.user.id);
console.log(userId);
const response = await this.organizationsService.isUserOwnerOfAny(userId);

return { response };
}

Expand Down

0 comments on commit 2c8431d

Please sign in to comment.