Skip to content

Commit

Permalink
fix: add log to track the bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pYassine committed Aug 30, 2021
1 parent 736234f commit dc7b294
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/backend/src/auth/auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ export class AuthService {
select: APP_USER_PUBLIC_ATTRIBUTES,
});

appLogger.debug("[TRACK BUG] " + JSON.stringify(user));

const structure: StructureCommon = await structureCommonRepository.findOne({
id: user.structureId,
});
Expand Down

0 comments on commit dc7b294

Please sign in to comment.