Skip to content

Commit

Permalink
Merge pull request #45 from sakthivel-tw/master
Browse files Browse the repository at this point in the history
[Sakthivel/Vishnu] Fix session factory instance null pointer exception
  • Loading branch information
kritika-singh3 committed Nov 19, 2020
2 parents 68a3036 + 47e0c03 commit a79836b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ public class EmailNotificationPluginImpl implements GoPlugin {
@Override
public void initializeGoApplicationAccessor(GoApplicationAccessor goApplicationAccessor) {
this.goApplicationAccessor = goApplicationAccessor;
this.sessionFactory = new SessionFactory();
}

@Override
Expand Down

0 comments on commit a79836b

Please sign in to comment.