Skip to content

Commit

Permalink
rm unused import in case it causes URL error
Browse files Browse the repository at this point in the history
  • Loading branch information
gobengo committed Mar 21, 2024
1 parent c4d1289 commit 37e06ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/api/src/routes/nfts-upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { createCarCid } from '../utils/car.js'
import { JSONResponse } from '../utils/json-response.js'
import { checkAuth } from '../utils/auth.js'
import { toNFTResponse } from '../utils/db-transforms.js'
import { createW3upClientFromConfig } from '../utils/w3up.js'

const MAX_BLOCK_SIZE = 1 << 21 // Maximum permitted block size in bytes (2MiB).
const decoders = [pb, raw, cbor]
Expand Down

0 comments on commit 37e06ff

Please sign in to comment.