Skip to content

Commit

Permalink
docs: format (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia authored Feb 1, 2024
1 parent 6256225 commit b95951f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const frameMetadata = getFrameMetadata({
```ts
type Button = {
label: string;
action?: "post" | "post_redirect";
action?: 'post' | 'post_redirect';
};

type FrameMetadata = {
Expand Down

0 comments on commit b95951f

Please sign in to comment.