Skip to content

Commit

Permalink
fix boost
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed Dec 8, 2023
1 parent 2d00370 commit c6bf8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/boost/post/+server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export async function POST({ request }) {

return axios
.patch(
`https://api.btcmap.org/v2/elements/${element}/tags`,
`https://api.btcmap.org/v2/elements/${element}`,
{ tags: { 'boost:expires': `${expires.toISOString()}` } },
{ headers }
)
Expand Down

0 comments on commit c6bf8f7

Please sign in to comment.