Skip to content

Commit

Permalink
no need for type
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleysmithTTD committed Nov 25, 2024
1 parent bab52fd commit 0319500
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/euidSdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ const productDetails: ProductDetails = {
cookieName: '__euid',
};

type EUIDHelper = IdHelper;

export class EUID extends SdkBase {
private static cookieName = productDetails.cookieName;
// Deprecated. Integrators should never access the cookie directly!
Expand Down

0 comments on commit 0319500

Please sign in to comment.