Skip to content

Commit b22224a

Browse files
refactor: sending hardcoded HathorDemo userId so we can control what features hathorplay defaults to (#540)
1 parent 9b26d6c commit b22224a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sagas/featureToggle.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import {
2020
spawn,
2121
takeEvery,
2222
} from 'redux-saga/effects';
23-
import { getUniqueId } from 'react-native-device-info';
2423
import {
2524
types,
2625
setUnleashClient,
@@ -93,7 +92,7 @@ export function* monitorFeatureFlags(currentRetry = 0) {
9392
const { appVersion } = VersionNumber;
9493

9594
const options = {
96-
userId: getUniqueId(),
95+
userId: 'HathorDemo',
9796
properties: {
9897
platform: Platform.OS,
9998
stage: STAGE,

0 commit comments

Comments
 (0)