Skip to content

Commit

Permalink
fix: remove unused httpfactory
Browse files Browse the repository at this point in the history
  • Loading branch information
sirpy committed Mar 25, 2024
1 parent d22de62 commit fc18f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/ipfs/IpfsStorage.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import * as FileAPI from '../utils/filereader'
import { toV1 } from './utils'

class IpfsStorage {
constructor(httpFactory, config, logger) {
constructor(config, logger) {
const { ipfsGateways, ipfsUploadGateway } = config

this.ipfsUploadGateway = ipfsUploadGateway
Expand Down

0 comments on commit fc18f5c

Please sign in to comment.