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) {
191191
192192 delete args . bstack_config ;
193193
194- let uploadDetails = {
194+ let zipUploadDetails = {
195195 test_suite_zip_upload : data . test_suite_zip_upload ,
196196 package_zip_upload : data . package_zip_upload ,
197197 test_suite_zip_size : data . test_suite_zip_size ,
@@ -200,7 +200,7 @@ function send(args) {
200200 npm_package_zip_upload_avg_speed : data . npm_package_zip_upload_avg_speed ,
201201 }
202202
203- Object . keys ( uploadDetails ) . forEach ( ( key ) => {
203+ Object . keys ( zipUploadDetails ) . forEach ( ( key ) => {
204204 delete data [ key ] ;
205205 } )
206206
@@ -224,7 +224,7 @@ function send(args) {
224224 event_timestamp : new Date ( ) . toLocaleString ( ) ,
225225 data : JSON . stringify ( data ) ,
226226 raw_args : JSON . stringify ( args . raw_args ) ,
227- ...uploadDetails ,
227+ ...zipUploadDetails ,
228228 ...args ,
229229 } ,
230230 } ;
You can’t perform that action at this time.
0 commit comments