Skip to content

Commit

Permalink
Use nullable instead of overrideType
Browse files Browse the repository at this point in the history
  • Loading branch information
silverlyra committed Jun 11, 2024
1 parent 8a8015b commit 173dfa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inputfiles/overridingTypes.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -2115,15 +2115,15 @@
"param": [
{
"name": "candidate",
"overrideType": "RTCIceCandidateInit | null"
"nullable": true
}
]
},
"1": {
"param": [
{
"name": "candidate",
"overrideType": "RTCIceCandidateInit | null"
"nullable": true
}
],
"deprecated": true
Expand Down

0 comments on commit 173dfa6

Please sign in to comment.