Skip to content

Commit 21758fa

Browse files
committed
Update utils.js
1 parent cfe42db commit 21758fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ let paste = async () => {
479479

480480
// HTTP Request
481481

482-
if (!axios) axios = null;
482+
if (!axios) let axios = null;
483483

484484
axios = {
485485
'get': (url, token, noParse) => {

0 commit comments

Comments
 (0)