Skip to content

Commit 87f6e67

Browse files
committed
export
1 parent d320127 commit 87f6e67

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

lib/utils/enums/index.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -327,15 +327,15 @@ export const DECISION_MESSAGES = {
327327
* - logEvent {Object}
328328
*
329329
*/
330-
export enum NOTIFICATION_TYPES {
331-
ACTIVATE = 'ACTIVATE:experiment, user_id,attributes, variation, event',
332-
DECISION = 'DECISION:type, userId, attributes, decisionInfo',
333-
LOG_EVENT = 'LOG_EVENT:logEvent',
334-
OPTIMIZELY_CONFIG_UPDATE = 'OPTIMIZELY_CONFIG_UPDATE',
335-
TRACK = 'TRACK:event_key, user_id, attributes, event_tags, event',
336-
}
337-
330+
// export enum NOTIFICATION_TYPES {
331+
// ACTIVATE = 'ACTIVATE:experiment, user_id,attributes, variation, event',
332+
// DECISION = 'DECISION:type, userId, attributes, decisionInfo',
333+
// LOG_EVENT = 'LOG_EVENT:logEvent',
334+
// OPTIMIZELY_CONFIG_UPDATE = 'OPTIMIZELY_CONFIG_UPDATE',
335+
// TRACK = 'TRACK:event_key, user_id, attributes, event_tags, event',
336+
// }
338337

338+
export { NOTIFICATION_TYPES } from '../../notification_center/type';
339339

340340
/**
341341
* Default milliseconds before request timeout

0 commit comments

Comments
 (0)