We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb53c2 commit d8f2383Copy full SHA for d8f2383
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