Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasonvdb committed Oct 6, 2023
1 parent ff6a17f commit e275bad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/src/ldk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ import {
THeader,
TAcceptChannelReq,
TBackupServerDetails,
TNodeSignReq, TBackedUpFileList,
} from "./utils/types";
TNodeSignReq,
TBackedUpFileList,
} from './utils/types';
import { extractPaymentRequest } from './utils/helpers';

const LINKING_ERROR =
Expand Down

0 comments on commit e275bad

Please sign in to comment.