Skip to content

Commit

Permalink
use 'start' instead
Browse files Browse the repository at this point in the history
  • Loading branch information
defimaxyy committed Jan 31, 2024
1 parent a7c3807 commit 58d3f39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/api/mint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default async function handler(
return res.status(200).send(
computeHtml({
imagePath: "<next_js_image_path>",
postType: "follow",
postType: "start",
content: "You already own the NFT",
})
);
Expand All @@ -59,7 +59,7 @@ export default async function handler(
return res.status(200).send(
computeHtml({
imagePath: "<next_js_image_path>",
postType: "follow",
postType: "start",
content: "Sorry we went out of gas :(",
})
);
Expand Down

0 comments on commit 58d3f39

Please sign in to comment.