Przeglądaj źródła

Fix restIdVars whitespace handling

Zed 3 miesięcy temu
rodzic
commit
1e33ca045d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/consts.nim

+ 1 - 1
src/consts.nim

@@ -104,7 +104,7 @@ const
   restIdVars* = """{
   "rest_id": "$1", $2
   "count": $3
-}"""
+}""".replace(" ", "").replace("\n", "")
 
   userMediaVars* = """{
   "userId": "$1", $2