File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ describe('Cls', () => {
55 SecretId : process . env . TENCENT_SECRET_ID ,
66 SecretKey : process . env . TENCENT_SECRET_KEY ,
77 } ;
8- const client = new Cls ( credentials , process . env . REGION , 600000 ) ;
8+ const client = new Cls ( credentials , process . env . REGION ) ;
99
1010 let outputs = { } ;
1111
Original file line number Diff line number Diff line change 7575 },
7676 "dependencies" : {
7777 "@tencent-sdk/capi" : " ^1.1.5" ,
78- "@tencent-sdk/cls" : " ^0.1.6 " ,
78+ "@tencent-sdk/cls" : " ^0.1.7 " ,
7979 "@ygkit/request" : " ^0.1.1" ,
8080 "cos-nodejs-sdk-v5" : " ^2.6.2" ,
8181 "moment" : " ^2.25.3" ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class Cls {
1212 secretKey : credentials . SecretKey ,
1313 token : credentials . Token ,
1414 debug : false ,
15- expire : expire || 300000 ,
15+ expire : expire ,
1616 } ) ;
1717 }
1818
You can’t perform that action at this time.
0 commit comments