Skip to content

Commit

Permalink
testing pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Egge21M committed Dec 10, 2024
1 parent 9344483 commit c9d299c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@ import { CashuMint } from './CashuMint.js';
import { CashuWallet } from './CashuWallet.js';
import { PaymentRequest } from './model/PaymentRequest.js';
import { setGlobalRequestOptions } from './request.js';
import {
getEncodedToken,
getEncodedTokenV4,
getDecodedToken,
deriveKeysetId,
decodePaymentRequest
} from './utils.js';
import { getEncodedToken, getDecodedToken, deriveKeysetId, decodePaymentRequest } from './utils.js';

export * from './model/types/index.js';

Expand All @@ -18,7 +12,6 @@ export {
PaymentRequest,
getDecodedToken,
getEncodedToken,
getEncodedTokenV4,
decodePaymentRequest,
deriveKeysetId,
setGlobalRequestOptions
Expand Down

0 comments on commit c9d299c

Please sign in to comment.