Skip to content

Commit

Permalink
Rename boostelement to boost_element
Browse files Browse the repository at this point in the history
  • Loading branch information
bubelov committed Oct 14, 2024
1 parent ec78ca3 commit f44aa88
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 @@ -30,7 +30,7 @@ export const POST: RequestHandler = async ({ request }) => {
return axios
.post(`https://api.btcmap.org/rpc`, {
jsonrpc: '2.0',
method: 'boostelement',
method: 'boost_element',
params: { password: BTCMAP_KEY, id: element, days: time * 30 },
id: 1
})
Expand Down

0 comments on commit f44aa88

Please sign in to comment.