Skip to content

Commit

Permalink
Remove migrated methods
Browse files Browse the repository at this point in the history
  • Loading branch information
alexs-mparticle committed Nov 7, 2024
1 parent 54e057f commit b75ba9f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/cookieSyncManager.interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,4 @@ export interface ICookieSyncManager {
mpidIsNotInCookies: boolean,
requiresConsent: boolean
) => void;
replaceAmpWithAmpersand: (string: string) => string;
replaceMPID: (string: string, mpid: MPID) => string;

/**
* @deprecated replaceAmp has been deprecated, use replaceAmpersandWithAmp instead
*/
replaceAmp: (string: string) => string;
}

0 comments on commit b75ba9f

Please sign in to comment.