We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cb53c2 + d8f2383 commit ccc4662Copy full SHA for ccc4662
nextcore/http/client/client.py
@@ -429,7 +429,7 @@ async def connect_to_gateway(
429
# These have different behaviour when not provided and set to None.
430
# This only adds them if they are provided (not Undefined)
431
if version is not UNDEFINED:
432
- params["version"] = version
+ params["v"] = version
433
if encoding is not UNDEFINED:
434
params["encoding"] = encoding
435
if compress is not UNDEFINED:
0 commit comments