Skip to content

Commit 939d280

Browse files
authored
fix: move unknownToString import (#818)
Co-authored-by: Alan Charles <[email protected]>
1 parent 967b860 commit 939d280

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/plugins/plugin-braze/src/BrazePlugin.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@ import {
1414
UpdateType,
1515
JsonMap,
1616
SegmentBrazeSettings,
17+
unknownToString,
1718
} from '@segment/analytics-react-native';
1819
import Braze, { GenderTypes, MonthsAsNumber } from '@braze/react-native-sdk';
1920
import flush from './methods/flush';
20-
import { unknownToString } from '../../../core/src/util';
21-
2221
interface AttributionProperties {
2322
network: string;
2423
campaign: string;

0 commit comments

Comments
 (0)