Skip to content

Commit

Permalink
Merge branch 'main' into enable-modules-with-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sharjeelyunus authored Jan 3, 2025
2 parents f3489d8 + 55252d6 commit adf6630
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion starter/lib/generated/ensemble_modules.dart
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class EnsembleModules {
}

if (useMoEngage) {
// GetIt.I.registerSingleton<MoEngageModule>(MoEngageImpl(workspaceId: ''));
// GetIt.I.registerSingleton<MoEngageModule>(MoEngageImpl());
} else {
GetIt.I.registerSingleton<MoEngageModule>(MoEngageModuleStub());
}
Expand Down
2 changes: 1 addition & 1 deletion starter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies:
# ensemble_moengage:
# git:
# url: https://github.com/EnsembleUI/ensemble.git
# ref: ensemble-v1.1.12
# ref: main
# path: modules/moengage

# ensemble_bluetooth:
Expand Down

0 comments on commit adf6630

Please sign in to comment.