Skip to content

Commit

Permalink
fix(app): remove bad function
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schultz committed Jan 26, 2023
1 parent 8262bf9 commit 1c05890
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/utils/helpers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ export function difference(setA: Set<PROVIDER_ID>, setB: Set<PROVIDER_ID>) {
return _difference;
}

export function getStampProviderFromPlatformId(platformId: PROVIDER_ID): Providers;

export function generateUID(length: number) {
return window
.btoa(
Expand Down

0 comments on commit 1c05890

Please sign in to comment.