Skip to content

Commit 2e0d041

Browse files
committed
Update utils.js
1 parent 870251f commit 2e0d041

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-
let axios = {
482+
axios = {
483483
'get': (url, token, noParse) => {
484484
return new Promise((resolve, reject) => {
485485
try {

0 commit comments

Comments
 (0)