Skip to content

Commit 6b9ef0b

Browse files
committed
#67 upercase in actions
1 parent 001a70d commit 6b9ef0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/modules/activities-management/store/activity-management.actions.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ export enum ActivityManagementActionTypes {
99
CREATE_ACTIVITY = '[ActivityManagement] CREATE_ACTIVITY',
1010
CREATE_ACTIVITY_SUCCESS = '[ActivityManagement] CREATE_ACTIVITY_SUCCESS',
1111
CREATE_ACTIVITY_FAIL = '[ActivityManagement] CREATE_ACTIVITY_FAIL',
12-
DELETE_ACTIVITY = '[ActivityManagement] Delete Activity',
13-
DELETE_ACTIVITY_SUCCESS = '[ActivityManagement] Delete Activity Success',
14-
DELETE_ACTIVITY_FAIL = '[ActivityManagement] Delete Activity Fail',
12+
DELETE_ACTIVITY = '[ActivityManagement] DELETE_ACTIVITY',
13+
DELETE_ACTIVITY_SUCCESS = '[ActivityManagement] DELETE_ACTIVITY_SUCESS',
14+
DELETE_ACTIVITY_FAIL = '[ActivityManagement] DELETE_ACTIVITY_FAIL',
1515
}
1616

1717
export class LoadActivities implements Action {

0 commit comments

Comments
 (0)