File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ function send(args) {
191
191
192
192
delete args . bstack_config ;
193
193
194
- let uploadDetails = {
194
+ let zipUploadDetails = {
195
195
test_suite_zip_upload : data . test_suite_zip_upload ,
196
196
package_zip_upload : data . package_zip_upload ,
197
197
test_suite_zip_size : data . test_suite_zip_size ,
@@ -200,7 +200,7 @@ function send(args) {
200
200
npm_package_zip_upload_avg_speed : data . npm_package_zip_upload_avg_speed ,
201
201
}
202
202
203
- Object . keys ( uploadDetails ) . forEach ( ( key ) => {
203
+ Object . keys ( zipUploadDetails ) . forEach ( ( key ) => {
204
204
delete data [ key ] ;
205
205
} )
206
206
@@ -224,7 +224,7 @@ function send(args) {
224
224
event_timestamp : new Date ( ) . toLocaleString ( ) ,
225
225
data : JSON . stringify ( data ) ,
226
226
raw_args : JSON . stringify ( args . raw_args ) ,
227
- ...uploadDetails ,
227
+ ...zipUploadDetails ,
228
228
...args ,
229
229
} ,
230
230
} ;
You can’t perform that action at this time.
0 commit comments