Skip to content

Commit

Permalink
rm unused ts-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
gobengo committed Oct 24, 2023
1 parent df5995b commit e9882a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/upload-api/src/consumer/has.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { Consumer } from '@web3-storage/capabilities'
* @param {API.ConsumerServiceContext} context
*/
export const provide = (context) =>
// @ts-ignore
Provider.provide(Consumer.has, (input) => has(input, context))

/**
Expand Down

0 comments on commit e9882a4

Please sign in to comment.