Skip to content

Commit 9506583

Browse files
committed
Update worker-channel.js
1 parent 0b72066 commit 9506583

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

worker/worker-channel.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ function enableWorkerLogs() {
112112
}
113113

114114

115+
/*
115116
let axios = {
116117
'get': (url, token, noParse) => {
117118
return new Promise((resolve, reject) => {
@@ -157,6 +158,7 @@ let axios = {
157158
});
158159
}
159160
};
161+
*/
160162

161163

162164
// setup worker channel

0 commit comments

Comments
 (0)