Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Joao Pedro da Silva committed Nov 13, 2023
1 parent f3f8aef commit 066454d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/api/src/services/app/user/log.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ export default class UserLogService {
const contractAddress = roles.beneficiary?.community
? roles.beneficiary.community
: roles.manager?.community
? roles.manager.community
: null;
? roles.manager.community
: null;
if (!contractAddress) {
throw new utils.BaseError('USER_NOT_FOUND', 'user not found');
}
Expand Down

0 comments on commit 066454d

Please sign in to comment.