Skip to content

Commit

Permalink
Update embed-token.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
devkiran committed Mar 3, 2025
1 parent a07e8bd commit 70de670
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/lib/embed/embed-token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import {
EMBED_PUBLIC_TOKEN_PREFIX,
} from "./constants";

type EmbedTokenProps = {
interface EmbedTokenProps {
programId: string;
partnerId: string;
};
}

class EmbedToken {
async create(props: EmbedTokenProps) {
Expand Down

0 comments on commit 70de670

Please sign in to comment.