Skip to content

Commit

Permalink
fix: GetIt update
Browse files Browse the repository at this point in the history
Signed-off-by: Isaac Obella <[email protected]>
  • Loading branch information
wizlif committed Feb 9, 2023
1 parent 38c7c47 commit 3519ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/infrastructure/core/injection.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ final GetIt getIt = GetIt.instance;

@injectableInit
void configureInjection() {
$initGetIt(getIt);
getIt.init();
}

0 comments on commit 3519ad0

Please sign in to comment.