Skip to content

Commit

Permalink
chore: fix comments
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Oli Evans <[email protected]>
  • Loading branch information
olizilla committed Sep 20, 2023
1 parent 4986c5c commit 884222b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion roundabout/globals.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// CARReaderStream used by content-claims client expects global TransformStream and fetch
import { TransformStream } from 'node:stream/web'
import { fetch } from 'undici'
globalThis.TransformStream = TransformStream
Expand Down
4 changes: 3 additions & 1 deletion roundabout/piece.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// CARReaderStream used by content-claims client expects global TransformStream and fetch
// `CARReaderStream` expects global `TransformStream`
// ucanto client expects global `fetch`
// used by content-claims/client
import './globals.js'
import { read } from '@web3-storage/content-claims/client'
import * as Raw from 'multiformats/codecs/raw'
Expand Down

0 comments on commit 884222b

Please sign in to comment.