Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed May 5, 2021
1 parent a5413b9 commit bee00e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/test/service.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { CID } from 'multiformats'
import { sha256 } from 'multiformats/hashes/sha2'
import { importBlob, importDirectory } from './importer.js'
import { Response, Request } from './mock-server.js'
import CBOR from '@ipld/dag-cbor'
import * as CBOR from '@ipld/dag-cbor'
/**
* @param {Request} request
*/
Expand Down

0 comments on commit bee00e5

Please sign in to comment.