Skip to content

Commit

Permalink
fix: bolt11 import error
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed Aug 15, 2024
1 parent 0b78b72 commit 25f0592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/libs/web/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import transfer_send from './transfer_send.js';
import transfer_receive from './transfer_receive.js';
import lightningLatch from './lightning-latch.js';
import { v4 as uuidv4 } from 'uuid';
import lightningPayReq from 'bolt11';
import * as lightningPayReq from 'bolt11';

const greet = async () => {

Expand Down

0 comments on commit 25f0592

Please sign in to comment.