Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit 836a286

Browse files
authored
Merge pull request #654 from AlexTugarev/fix-channel-type
Fix rust-client.channel.type
2 parents d6b37bd + 2ae883e commit 836a286

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
"rust-client.channel": {
194194
"type": [
195195
"string",
196-
null
196+
"null"
197197
],
198198
"enum": [
199199
"stable",
@@ -425,4 +425,4 @@
425425
}
426426
}
427427
}
428-
}
428+
}

0 commit comments

Comments
 (0)