Skip to content

Commit 817fed0

Browse files
committed
Update utils.js
1 parent 9506583 commit 817fed0

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
@@ -463,7 +463,7 @@ let paste = async () => {
463463

464464
// HTTP Request
465465

466-
axios = {
466+
let axios = {
467467
'get': (url, token, noParse) => {
468468
return new Promise((resolve, reject) => {
469469
try {

0 commit comments

Comments
 (0)