Skip to content

Commit

Permalink
replace comment
Browse files Browse the repository at this point in the history
  • Loading branch information
CeEv committed Oct 11, 2023
1 parent 06bdbce commit b77cb9b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ import { ReferenceLoader, AuthorizationReferenceService, AuthorizationHelper } f
import { AuthorizationModule } from './authorization.module';

/**
* Should only be used inside of the authorization module
* This module is part of an intermediate state. In the future it should be replaced by an AuthorizationApiModule.
* For now it is used where the authorization itself needs to load data from the database.
* Avoid using this module and load the needed data in your use cases and then use the normal AuthorizationModule!
*/
@Module({
// TODO: remove forwardRef to TooModule N21-1055
Expand Down

0 comments on commit b77cb9b

Please sign in to comment.