Skip to content

Commit

Permalink
Update todos.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkreuzkam-cap committed Jan 16, 2024
1 parent 51e7616 commit d60d271
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions apps/server/src/modules/account/review-comments.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Review Comments 14.7.23

- Remove lookup service, move to idm and db
- TODO questions

- write an md file or flow diagram describing how things work
- in what layer do the services belong?

Expand Down
2 changes: 0 additions & 2 deletions apps/server/src/modules/account/uc/account.uc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ import { Permission, RoleName } from '@shared/domain/interface';
import { PermissionService } from '@shared/domain/service';
import { EntityId } from '@shared/domain/types';
import { UserRepo } from '@shared/repo';
// TODO: module internals should be imported with relative paths, AccountEntity should be moved to this module

import { ICurrentUser } from '@modules/authentication';
import { AccountService } from '..';
import { AccountConfig } from '../account-config';
Expand Down

0 comments on commit d60d271

Please sign in to comment.