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

Commit ff3fab6

Browse files
committed
chore: ts-ignore until #3655 lands
1 parent a8d7ac4 commit ff3fab6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/ipfs-grpc-client/src/utils/load-services.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const CONVERSION_OPTS = {
2121
* @returns {object}
2222
*/
2323
module.exports = function loadServices () {
24+
// @ts-ignore protobuf's generated types are incompatible with it's own types
2425
const root = protobuf.Root.fromJSON(protocol)
2526
const output = {}
2627

packages/ipfs-grpc-server/src/utils/load-services.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const CONVERSION_OPTS = {
1414
}
1515

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

0 commit comments

Comments
 (0)