Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Alex S <[email protected]>
  • Loading branch information
rmi22186 and alexs-mparticle authored Jan 24, 2024
1 parent 546235e commit 7d0e8d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/identity-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ import Types from './types';
import { IdentityApiData, UserIdentities } from '@mparticle/web-sdk';
import { IdentityAPIMethod } from './sdkRuntimeModels';
import { isObject } from './utils';
const { Identify, Modify, Login, Logout } = Constants.IdentityMethods;
import { ONE_DAY_IN_SECONDS, MILLIS_IN_ONE_SEC } from './constants';
import { generateHash } from './utils';

const { Identify, Modify, Login, Logout } = Constants.IdentityMethods;

export interface IKnownIdentities extends UserIdentities {
device_application_stamp?: string;
}
Expand Down

0 comments on commit 7d0e8d7

Please sign in to comment.