Skip to content

Commit

Permalink
enabled initializeContentModels method
Browse files Browse the repository at this point in the history
  • Loading branch information
pellerito committed Sep 27, 2022
1 parent f7a3e2e commit 479c8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Global.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public void onStart(Application app) {

private static void startInProductionMode() {
try {
// initializeContentModels();
initializeContentModels();
initializeSearchIndex();
initializeTaskManager();
sendMail();
Expand Down

0 comments on commit 479c8eb

Please sign in to comment.