Skip to content

Commit 633ad6b

Browse files
authored
A trailing comma was added
1 parent b7c12a4 commit 633ad6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/miscRequests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ module.exports = {
149149
),
150150
text: splittedSearch.pop(),
151151
search_type: filter,
152-
start: offset
152+
start: offset,
153153
},
154154
headers: {
155155
origin: 'https://www.tradingview.com',

0 commit comments

Comments
 (0)