Skip to content

Commit

Permalink
Update ActorOperations.java
Browse files Browse the repository at this point in the history
  • Loading branch information
bvinayakumar authored Oct 11, 2018
1 parent 6fa3cd8 commit ac74e1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public enum ActorOperations {
REMOVE_USER_ORG_ES("removeUserOrgES"),
UPDATE_USER_ROLES_ES("updateUserRoles"),
SYNC("sync"),
BACKGROUND_SYNC("backgroundSync"),
INSERT_USR_COURSES_INFO_ELASTIC("insertUserCoursesInfoToElastic"),
UPDATE_USR_COURSES_INFO_ELASTIC("updateUserCoursesInfoToElastic"),
SCHEDULE_BULK_UPLOAD("scheduleBulkUpload"),
Expand Down Expand Up @@ -131,7 +132,6 @@ public enum ActorOperations {
UPDATE_USER_COUNT_TO_LOCATIONID("updateUserCountToLocationID"),
SEND_NOTIFICATION("sendNotification"),
SYNC_KEYCLOAK("syncKeycloak"),
SYNC_ELASTIC_SEARCH("syncElasticSearch"),
UPDATE_SYSTEM_SETTINGS("updateSystemSettings"),
CREATE_DATA("createData"),
UPDATE_DATA("updateData"),
Expand Down

0 comments on commit ac74e1d

Please sign in to comment.