Skip to content

Commit f2634d1

Browse files
chore(develop): sync types to dmgincs/nestjs-api
1 parent e3bd5fc commit f2634d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants/Events.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const EventTypeRepTypes: { [key in EventTypes]: EmtRepTypes } = {
2424
[EventTypes.TRAINING]: EmtRepTypes.EVENT_TYPE_TRAINING,
2525
[EventTypes.REAL_LIFE]: EmtRepTypes.EVENT_TYPE_REAL_LIFE,
2626
[EventTypes.SOCIAL]: EmtRepTypes.EVENT_TYPE_SOCIAL,
27-
[EventTypes.INTEGRATION]: EmtRepTypes.EVENT_TYPE_CASUAL
27+
[EventTypes.INTEGRATION]: EmtRepTypes.EVENT_TYPE_INTEGRATION
2828
};
2929

3030
export const EventTypePermissionObjects: { [key in EventTypes]: PermissionObjectNames } = {

0 commit comments

Comments
 (0)