Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zamanuhina authored Oct 11, 2020
1 parent a4a0873 commit 0b01287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const errors = [
'Proxy offline'
];

const proxy_check = async p => {
const proxy_check = p => {

return new Promise((resolve, reject) => {

Expand Down

0 comments on commit 0b01287

Please sign in to comment.