Skip to content

Commit

Permalink
fix typescript error
Browse files Browse the repository at this point in the history
  • Loading branch information
mikestarrdev committed Jun 29, 2024
1 parent 7931b75 commit 434b371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/next-starter-with-examples/app/frames/frames.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ type State = {
otcUrl: string | undefined;
};

export const frames = createFrames<State>({
export const frames = createFrames({
basePath: "/frames",
initialState: { otcUrl: undefined },
debug: process.env.NODE_ENV === "development",
Expand Down

0 comments on commit 434b371

Please sign in to comment.