Skip to content

Commit

Permalink
Remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alexs-mparticle committed Nov 25, 2024
1 parent e692110 commit 0a60c63
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/forwarders.interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ export interface ConfiguredKit
setOptOut(isOptingOut: boolean): string | KitMappedMethodFailure;
removeUserAttribute(key: string): string;
setUserAttribute(key: string, value: string): string;

// TODO: Convert type to enum during Identity migration
// https://go.mparticle.com/work/SQDSDKS-5218
setUserIdentity(id: UserIdentityId, type: UserIdentityType): void;

// TODO: https://go.mparticle.com/work/SQDSDKS-5156
Expand Down

0 comments on commit 0a60c63

Please sign in to comment.