Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
chore: ts-ignore until #3655 lands
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed May 7, 2021
1 parent a8d7ac4 commit ff3fab6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/ipfs-grpc-client/src/utils/load-services.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const CONVERSION_OPTS = {
* @returns {object}
*/
module.exports = function loadServices () {
// @ts-ignore protobuf's generated types are incompatible with it's own types
const root = protobuf.Root.fromJSON(protocol)
const output = {}

Expand Down
1 change: 1 addition & 0 deletions packages/ipfs-grpc-server/src/utils/load-services.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const CONVERSION_OPTS = {
}

module.exports = function loadServices () {
// @ts-ignore protobuf's generated types are incompatible with it's own types
const root = protobuf.Root.fromJSON(protocol)
const output = {}

Expand Down

0 comments on commit ff3fab6

Please sign in to comment.