소스 검색

Fix restIdVars whitespace handling

Zed 3 달 전
부모
커밋
1e33ca045d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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