2020-01-30 16:57:41 +00:00
|
|
|
/**
|
|
|
|
* Custom logic for setting the correct device id.
|
|
|
|
*
|
|
|
|
* @param {AmplitudeClient} amplitude - The amplitude instance.
|
|
|
|
* @returns {void}
|
|
|
|
*/
|
2022-09-06 12:51:50 +00:00
|
|
|
export function fixDeviceID(amplitude: any) { // eslint-disable-line @typescript-eslint/no-unused-vars
|
2020-01-30 16:57:41 +00:00
|
|
|
|
|
|
|
}
|