Skip to content

Commit

Permalink
fix access to access_token (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Feb 21, 2021
1 parent fbae1bf commit 9671b5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ function buildUrl({
query += `${user ? `+user:${user}` : ""}`;
query += `${type ? `+type:${type}` : ""}`;
query += `${filterUser ? `+-user:${filterUser}` : ""}`;
query += `${access_token ? `&access_token=${access_token}` : ""}`;
query += `${order ? `&order=${order}` : ""}`;
query += `${per_page ? `&per_page=${per_page}` : ""}`;
query += `${sort ? `&sort=${sort}` : ""}`;
Expand Down

0 comments on commit 9671b5d

Please sign in to comment.