mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-04-19 19:01:19 +00:00
Fix on polling endpoint
This commit is contained in:
parent
81e064401f
commit
ddc1e1b9ec
@ -72,7 +72,7 @@ export default async function handler(req, res) {
|
||||
const preimage = Buffer.from(response.data.r_preimage, 'base64').toString('hex');
|
||||
|
||||
// Parse and prepare zap receipt
|
||||
const parsedZapRequest = JSON.parse(zapRequest);
|
||||
const parsedZapRequest = zapRequest;
|
||||
const zapReceipt = {
|
||||
kind: 9735,
|
||||
created_at: Math.floor(Date.now() / 1000),
|
||||
|
Loading…
x
Reference in New Issue
Block a user