Skip to content

Commit

Permalink
refactor: sending hardcoded HathorDemo userId so we can control what …
Browse files Browse the repository at this point in the history
…features hathorplay defaults to (#540)
  • Loading branch information
andreabadesso committed Aug 29, 2024
1 parent 9395580 commit b578582
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sagas/featureToggle.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import {
spawn,
takeEvery,
} from 'redux-saga/effects';
import { getUniqueId } from 'react-native-device-info';
import {
types,
setUnleashClient,
Expand Down Expand Up @@ -93,7 +92,7 @@ export function* monitorFeatureFlags(currentRetry = 0) {
const { appVersion } = VersionNumber;

const options = {
userId: getUniqueId(),
userId: 'HathorDemo',
properties: {
platform: Platform.OS,
stage: STAGE,
Expand Down

0 comments on commit b578582

Please sign in to comment.