Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
minibits-cash committed Jul 18, 2024
1 parent 1747046 commit 95cd378
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CashuMint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import type {
MintContactInfo
} from './model/types/index';
import { MeltQuoteState } from './model/types/index';
import request from './request.js';
import request from './request';
import { isObj, joinUrls, sanitizeUrl } from './utils';
import {
MeltQuoteResponsePaidDeprecated,
Expand Down
2 changes: 1 addition & 1 deletion src/CashuWallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import {
CheckStateEnum,
SerializedBlindedSignature,
MeltQuoteState
} from './model/types/index.js';
} from './model/types/index';
import {
bytesToNumber,
getDecodedToken,
Expand Down

0 comments on commit 95cd378

Please sign in to comment.