Fixed typo

This commit is contained in:
Kelly Kelly 2021-02-24 15:12:00 -05:00
parent 497f26e4ac
commit 3baefd8e61

View File

@ -469,7 +469,7 @@ public class Case {
}
@Subscribe
public void publishOsAccountChangedEvent(OsAccountsCreationEvent event) {
public void publishOsAccountChangedEvent(OsAccountsUpdateEvent event) {
for(OsAccount account: event.getOsAcounts()) {
eventPublisher.publish(new OsAccountChangedEvent(account));
}