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

Commit 2ae883e

Browse files
committed
Fix rust-client.channel.type
1 parent d6b37bd commit 2ae883e

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)