Skip to content

Commit

Permalink
Merge pull request #44 from Itheum/d-david
Browse files Browse the repository at this point in the history
fix: wrong import for File
  • Loading branch information
newbreedofgeek authored Sep 13, 2023
2 parents bac322c + d0eff29 commit d698f11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/minter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ import {
} from './config';
import dataNftMintAbi from './abis/datanftmint.abi.json';
import { MinterRequirements } from './interfaces';
import { NFTStorage } from 'nft.storage';
import { File } from '@web-std/file';
import { NFTStorage, File } from 'nft.storage';
import {
checkTraitsUrl,
checkUrlIsUp,
Expand Down

0 comments on commit d698f11

Please sign in to comment.